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