aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/smpboot.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/kernel/smpboot.c')
-rw-r--r--arch/x86/kernel/smpboot.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/x86/kernel/smpboot.c b/arch/x86/kernel/smpboot.c
index 8c53d86e3e86..f3760349c84f 100644
--- a/arch/x86/kernel/smpboot.c
+++ b/arch/x86/kernel/smpboot.c
@@ -1159,6 +1159,9 @@ static int __init smp_sanity_check(unsigned max_cpus)
1159 if (!max_cpus) { 1159 if (!max_cpus) {
1160 printk(KERN_INFO "SMP mode deactivated.\n"); 1160 printk(KERN_INFO "SMP mode deactivated.\n");
1161 smpboot_clear_io_apic(); 1161 smpboot_clear_io_apic();
1162
1163 localise_nmi_watchdog();
1164
1162#ifdef CONFIG_X86_32 1165#ifdef CONFIG_X86_32
1163 connect_bsp_APIC(); 1166 connect_bsp_APIC();
1164#endif 1167#endif