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.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/kernel/smpboot.c b/arch/x86/kernel/smpboot.c
index 9d58134e023..199dcbb73d3 100644
--- a/arch/x86/kernel/smpboot.c
+++ b/arch/x86/kernel/smpboot.c
@@ -289,9 +289,7 @@ static void __cpuinit start_secondary(void *unused)
289 * fragile that we want to limit the things done here to the 289 * fragile that we want to limit the things done here to the
290 * most necessary things. 290 * most necessary things.
291 */ 291 */
292#ifdef CONFIG_VMI
293 vmi_bringup(); 292 vmi_bringup();
294#endif
295 cpu_init(); 293 cpu_init();
296 preempt_disable(); 294 preempt_disable();
297 smp_callin(); 295 smp_callin();