]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/x86/kernel/cpu/common.c
x86/voyager: fix compile breakage caused by dc1e35c6e95e8923cf1d3510438b63c600fee1e2
[linux-2.6-omap-h63xx.git] / arch / x86 / kernel / cpu / common.c
index 25581dcb280ea8d3a9c8840cd70fcc726e10b76f..93e9393ea64a4cbe8703742ac8699e8e122a73d3 100644 (file)
@@ -1134,7 +1134,7 @@ void __cpuinit cpu_init(void)
        /*
         * Boot processor to setup the FP and extended state context info.
         */
-       if (!smp_processor_id())
+       if (smp_processor_id() == boot_cpu_id)
                init_thread_xstate();
 
        xsave_init();