x86 Fix VMI crash on boot in 2.6.28-rc8
[pandora-kernel.git] / arch / x86 / kernel / smpboot.c
index 7985c5b..259569f 100644 (file)
@@ -289,9 +289,7 @@ static void __cpuinit start_secondary(void *unused)
         * fragile that we want to limit the things done here to the
         * most necessary things.
         */
-#ifdef CONFIG_VMI
        vmi_bringup();
-#endif
        cpu_init();
        preempt_disable();
        smp_callin();