x86: replace CONFIG_X86_SMP with CONFIG_SMP
[linux-2.6-block.git] / arch / x86 / kernel / cpu / addon_cpuid_features.c
index 4a48bb40974873c7e73e90447b1bd766e768d758..e48640cfac0c3d1ff25a08713f754e124a51bb1e 100644 (file)
@@ -69,7 +69,7 @@ void __cpuinit init_scattered_cpuid_features(struct cpuinfo_x86 *c)
  */
 void __cpuinit detect_extended_topology(struct cpuinfo_x86 *c)
 {
-#ifdef CONFIG_X86_SMP
+#ifdef CONFIG_SMP
        unsigned int eax, ebx, ecx, edx, sub_index;
        unsigned int ht_mask_width, core_plus_mask_width;
        unsigned int core_select_mask, core_level_siblings;