diff options
author | Peter Zijlstra <a.p.zijlstra@chello.nl> | 2009-05-25 11:39:04 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-05-25 15:41:12 -0400 |
commit | 48e22d56ecdeddd1ffb42a02fccba5c6ef42b133 (patch) | |
tree | 43f69f34e888053a9a8b6405995a2ae9f5b173e2 /arch/x86/kernel/apic/apic.c | |
parent | ff99be573e02e9f7edc23b472c7f9a5ddba12795 (diff) |
perf_counter: x86: Remove interrupt throttle
remove the x86 specific interrupt throttle
Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Corey Ashford <cjashfor@linux.vnet.ibm.com>
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: John Kacur <jkacur@redhat.com>
LKML-Reference: <20090525153931.616671838@chello.nl>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel/apic/apic.c')
-rw-r--r-- | arch/x86/kernel/apic/apic.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/kernel/apic/apic.c b/arch/x86/kernel/apic/apic.c index b4f64402a82a..89b63b5fad33 100644 --- a/arch/x86/kernel/apic/apic.c +++ b/arch/x86/kernel/apic/apic.c | |||
@@ -763,8 +763,6 @@ static void local_apic_timer_interrupt(void) | |||
763 | inc_irq_stat(apic_timer_irqs); | 763 | inc_irq_stat(apic_timer_irqs); |
764 | 764 | ||
765 | evt->event_handler(evt); | 765 | evt->event_handler(evt); |
766 | |||
767 | perf_counter_unthrottle(); | ||
768 | } | 766 | } |
769 | 767 | ||
770 | /* | 768 | /* |