1. 21 11月, 2008 1 次提交
    • S
      powerpc: ftrace, do not latency trace idle · 6d07bb47
      Steven Rostedt 提交于
      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: NSteven Rostedt <srostedt@redhat.com>
      6d07bb47
  2. 20 11月, 2008 39 次提交