]> git.karo-electronics.de Git - linux-beck.git/blobdiff - arch/x86/kernel/smpboot.c
Merge branch 'x86-vmware-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-beck.git] / arch / x86 / kernel / smpboot.c
index 0116552c950db2b7f1e07dc5d1a27baf41b081e1..a3df9f8300375c7b7bef68d5ccd715d98cc9a2fc 100644 (file)
@@ -63,7 +63,6 @@
 #include <asm/tlbflush.h>
 #include <asm/mtrr.h>
 #include <asm/mwait.h>
-#include <asm/vmi.h>
 #include <asm/apic.h>
 #include <asm/setup.h>
 #include <asm/uv/uv.h>
@@ -312,7 +311,6 @@ notrace static void __cpuinit start_secondary(void *unused)
        __flush_tlb_all();
 #endif
 
-       vmi_bringup();
        cpu_init();
        preempt_disable();
        smp_callin();