X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=arch%2Fx86%2Fkernel%2Fapic%2Fapic.c;h=e9021a908020665202156a543b430d3c73e34e7e;hb=e7fd5d4b3d240f42c30a9e3d20a4689c4d3a795a;hp=f2870920f246a9f1d7e2075c37b65b05de27dbf1;hpb=56a50adda49b2020156616c4eb15353e0f9ad7de;p=linux-2.6-block.git diff --git a/arch/x86/kernel/apic/apic.c b/arch/x86/kernel/apic/apic.c index f2870920f246..e9021a908020 100644 --- a/arch/x86/kernel/apic/apic.c +++ b/arch/x86/kernel/apic/apic.c @@ -34,6 +34,7 @@ #include #include +#include #include #include #include @@ -761,6 +762,8 @@ static void local_apic_timer_interrupt(void) inc_irq_stat(apic_timer_irqs); evt->event_handler(evt); + + perf_counter_unthrottle(); } /* @@ -1133,6 +1136,7 @@ void __cpuinit setup_local_APIC(void) apic_write(APIC_ESR, 0); } #endif + perf_counters_lapic_init(0); preempt_disable();