diff options
Diffstat (limited to 'arch/i386/kernel/smpboot.c')
-rw-r--r-- | arch/i386/kernel/smpboot.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/i386/kernel/smpboot.c b/arch/i386/kernel/smpboot.c index efe07990e7fc..9367af76ce37 100644 --- a/arch/i386/kernel/smpboot.c +++ b/arch/i386/kernel/smpboot.c | |||
@@ -1376,7 +1376,8 @@ int __cpu_disable(void) | |||
1376 | */ | 1376 | */ |
1377 | if (cpu == 0) | 1377 | if (cpu == 0) |
1378 | return -EBUSY; | 1378 | return -EBUSY; |
1379 | 1379 | if (nmi_watchdog == NMI_LOCAL_APIC) | |
1380 | stop_apic_nmi_watchdog(NULL); | ||
1380 | clear_local_APIC(); | 1381 | clear_local_APIC(); |
1381 | /* Allow any queued timer interrupts to get serviced */ | 1382 | /* Allow any queued timer interrupts to get serviced */ |
1382 | local_irq_enable(); | 1383 | local_irq_enable(); |