diff options
Diffstat (limited to 'arch/x86/kernel/smp.c')
| -rw-r--r-- | arch/x86/kernel/smp.c | 5 | 
1 files changed, 2 insertions, 3 deletions
diff --git a/arch/x86/kernel/smp.c b/arch/x86/kernel/smp.c index 513deac7228..013e7eba83b 100644 --- a/arch/x86/kernel/smp.c +++ b/arch/x86/kernel/smp.c @@ -194,14 +194,13 @@ static void native_stop_other_cpus(int wait)  }  /* - * Reschedule call back. Nothing to do, - * all the work is done automatically when - * we return from the interrupt. + * Reschedule call back.   */  void smp_reschedule_interrupt(struct pt_regs *regs)  {  	ack_APIC_irq();  	inc_irq_stat(irq_resched_count); +	scheduler_ipi();  	/*  	 * KVM uses this interrupt to force a cpu out of guest mode  	 */  |