x86, timers: Check for pending timers after (device) interrupts
[pandora-kernel.git] / arch / x86 / kernel / smp.c
index ec1de97..d915d95 100644 (file)
@@ -198,6 +198,7 @@ void smp_reschedule_interrupt(struct pt_regs *regs)
 {
        ack_APIC_irq();
        inc_irq_stat(irq_resched_count);
+       run_local_timers();
        /*
         * KVM uses this interrupt to force a cpu out of guest mode
         */