perf_counter: Remove ACPI quirk
authorIngo Molnar <mingo@elte.hu>
Thu, 14 May 2009 03:16:59 +0000 (05:16 +0200)
committerIngo Molnar <mingo@elte.hu>
Fri, 15 May 2009 07:47:07 +0000 (09:47 +0200)
commit251e8e3c7235f5944805a64f24c79fc4696793f1
tree8e171cd075aa20432f7c4a03e88deaf2f3f32b49
parent9029a5e3801f1cc7cdaab80169d82427acf928d8
perf_counter: Remove ACPI quirk

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: Peter 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: Ingo Molnar <mingo@elte.hu>
drivers/acpi/processor_idle.c