x86: replace CONFIG_X86_SMP with CONFIG_SMP
[linux-2.6-block.git] / arch / x86 / kernel / process.c
index e68bb9e30864e50e764ce2581484f53aef0bfdda..89537f678b2da46df732f0f57b525dc41fdd5e65 100644 (file)
@@ -344,7 +344,7 @@ static void c1e_idle(void)
 
 void __cpuinit select_idle_routine(const struct cpuinfo_x86 *c)
 {
-#ifdef CONFIG_X86_SMP
+#ifdef CONFIG_SMP
        if (pm_idle == poll_idle && smp_num_siblings > 1) {
                printk(KERN_WARNING "WARNING: polling idle and HT enabled,"
                        " performance may degrade.\n");