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, 2 insertions, 1 deletions
diff --git a/arch/x86/kernel/smpboot.c b/arch/x86/kernel/smpboot.c
index 812bf39de355..0e7d26c01f9f 100644
--- a/arch/x86/kernel/smpboot.c
+++ b/arch/x86/kernel/smpboot.c
@@ -1170,7 +1170,8 @@ void __init native_smp_prepare_cpus(unsigned int max_cpus)
1170 1170
1171 map_cpu_to_logical_apicid(); 1171 map_cpu_to_logical_apicid();
1172 1172
1173 setup_portio_remap(); 1173 if (apic->setup_portio_remap)
1174 apic->setup_portio_remap();
1174 1175
1175 smpboot_setup_io_apic(); 1176 smpboot_setup_io_apic();
1176 /* 1177 /*