]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - arch/i386/kernel/smpboot.c
[PATCH] i386: vMI backend for paravirt-ops
[net-next-2.6.git] / arch / i386 / kernel / smpboot.c
index 1908afa265b983dec0e22a51eeaeba4307b78fb3..42502d820e4f683dc6ff8f30babc940d27a2c1c6 100644 (file)
@@ -63,6 +63,7 @@
 #include <mach_apic.h>
 #include <mach_wakecpu.h>
 #include <smpboot_hooks.h>
+#include <asm/vmi.h>
 
 /* Set if we find a B stepping CPU */
 static int __devinitdata smp_b_stepping;
@@ -545,6 +546,9 @@ static void __cpuinit start_secondary(void *unused)
         * booting is too fragile that we want to limit the
         * things done here to the most necessary things.
         */
+#ifdef CONFIG_VMI
+       vmi_bringup();
+#endif
        secondary_cpu_init();
        preempt_disable();
        smp_callin();