Merge branch 'linus' into x86/mce3
[pandora-kernel.git] / arch / x86 / kernel / smp.c
index bf1831a..ec1de97 100644 (file)
@@ -198,6 +198,9 @@ void smp_reschedule_interrupt(struct pt_regs *regs)
 {
        ack_APIC_irq();
        inc_irq_stat(irq_resched_count);
+       /*
+        * KVM uses this interrupt to force a cpu out of guest mode
+        */
 }
 
 void smp_call_function_interrupt(struct pt_regs *regs)