x86, espfix: Make espfix64 a Kconfig option, fix UML
[pandora-kernel.git] / arch / x86 / kernel / smpboot.c
index 20dc070..6e68bd9 100644 (file)
@@ -268,7 +268,7 @@ notrace static void __cpuinit start_secondary(void *unused)
        /*
         * Enable the espfix hack for this CPU
         */
-#ifdef CONFIG_X86_64
+#ifdef CONFIG_X86_ESPFIX64
        init_espfix_ap();
 #endif