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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/kernel/smpboot.c b/arch/x86/kernel/smpboot.c
index fe4837136e0..a9d805f3920 100644
--- a/arch/x86/kernel/smpboot.c
+++ b/arch/x86/kernel/smpboot.c
@@ -999,7 +999,7 @@ static int __init smp_sanity_check(unsigned max_cpus)
999 999
1000 connect_bsp_APIC(); 1000 connect_bsp_APIC();
1001 setup_local_APIC(); 1001 setup_local_APIC();
1002 end_local_APIC_setup(); 1002 bsp_end_local_APIC_setup();
1003 return -1; 1003 return -1;
1004 } 1004 }
1005 1005
@@ -1074,7 +1074,7 @@ void __init native_smp_prepare_cpus(unsigned int max_cpus)
1074 if (!skip_ioapic_setup && nr_ioapics) 1074 if (!skip_ioapic_setup && nr_ioapics)
1075 enable_IO_APIC(); 1075 enable_IO_APIC();
1076 1076
1077 end_local_APIC_setup(); 1077 bsp_end_local_APIC_setup();
1078 1078
1079 if (apic->setup_portio_remap) 1079 if (apic->setup_portio_remap)
1080 apic->setup_portio_remap(); 1080 apic->setup_portio_remap();