aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/kernel')
-rw-r--r--arch/x86/kernel/smpboot.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/x86/kernel/smpboot.c b/arch/x86/kernel/smpboot.c
index 3e1cecedde42..8c53d86e3e86 100644
--- a/arch/x86/kernel/smpboot.c
+++ b/arch/x86/kernel/smpboot.c
@@ -1157,8 +1157,7 @@ static int __init smp_sanity_check(unsigned max_cpus)
1157 * If SMP should be disabled, then really disable it! 1157 * If SMP should be disabled, then really disable it!
1158 */ 1158 */
1159 if (!max_cpus) { 1159 if (!max_cpus) {
1160 printk(KERN_INFO "SMP mode deactivated," 1160 printk(KERN_INFO "SMP mode deactivated.\n");
1161 "forcing use of dummy APIC emulation.\n");
1162 smpboot_clear_io_apic(); 1161 smpboot_clear_io_apic();
1163#ifdef CONFIG_X86_32 1162#ifdef CONFIG_X86_32
1164 connect_bsp_APIC(); 1163 connect_bsp_APIC();