x86: replace CONFIG_X86_SMP with CONFIG_SMP
[linux-2.6-block.git] / arch / x86 / kernel / apic.c
index 81efe86eca81b6e84dce4ad5e0c158aed7d93261..968c817762a47f894bd83c2be834d1b4187de8de 100644 (file)
@@ -1900,7 +1900,7 @@ void __cpuinit generic_processor_info(int apicid, int version)
        }
 #endif
 
-#if defined(CONFIG_X86_SMP) || defined(CONFIG_X86_64)
+#if defined(CONFIG_SMP) || defined(CONFIG_X86_64)
        early_per_cpu(x86_cpu_to_apicid, cpu) = apicid;
        early_per_cpu(x86_bios_cpu_apicid, cpu) = apicid;
 #endif