From: Steven Rostedt Date: Sat, 15 Nov 2008 00:21:19 +0000 (-0800) Subject: powerpc: ftrace, do not latency trace idle X-Git-Tag: v2.6.29-rc1~586^2~49^6^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d07bb47354174a9b52d3b03f9e38b069a93d341;p=pandora-kernel.git powerpc: ftrace, do not latency trace idle Impact: fix for irq off latency tracer When idle is called, interrupts are disabled, but the idle function will still wake up on an interrupt. The problem is that the interrupt disabled latency tracer will take this call to idle as a latency. This patch disables the latency tracing when going into idle. Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed