• Steven Rostedt's avatar
    powerpc: ftrace, do not latency trace idle · 6d07bb47
    Steven Rostedt authored
    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: default avatarSteven Rostedt <srostedt@redhat.com>
    6d07bb47
idle.c 3.06 KB