• Paul Mundt's avatar
    sh: do not latency trace idle. · f74c034d
    Paul Mundt authored
    Description snipped from Steven Rostedt's PPC patch:
    
        When idle is called, interrupts are blocked, 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 avatarPaul Mundt <lethal@linux-sh.org>
    f74c034d
process_32.c 10.7 KB