• Ingo Molnar's avatar
    perf_counter: Remove ACPI quirk · 251e8e3c
    Ingo Molnar authored
    We had a disable/enable around acpi_idle_do_entry() due to an erratum
    in an early prototype CPU i had access to. That erratum has been fixed
    in the BIOS so remove the quirk.
    
    The quirk also kept us from profiling interrupts that hit the ACPI idle
    instruction - so this is an improvement as well, beyond a cleanup and
    a micro-optimization.
    
    [ Impact: improve profiling scope, cleanup, micro-optimization ]
    Signed-off-by: default avatarPeter Zijlstra <a.p.zijlstra@chello.nl>
    Cc: Paul Mackerras <paulus@samba.org>
    Cc: Corey Ashford <cjashfor@linux.vnet.ibm.com>
    LKML-Reference: <new-submission>
    Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
    251e8e3c
processor_idle.c 30.2 KB