X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=arch%2Fx86%2Fkernel%2Fprocess.c;h=87b69d4fac164d9614ccc6cf750cf4c890e43b4a;hb=a56cdcb662032a732f7c4f35cc5a9acf37759d8c;hp=6d12f7e37f8c1da5a465b110ff75ecae8c01f0c8;hpb=e736ad548db152776de61d7a26805cfae77ce5ce;p=safe%2Fjmp%2Flinux-2.6 diff --git a/arch/x86/kernel/process.c b/arch/x86/kernel/process.c index 6d12f7e..87b69d4 100644 --- a/arch/x86/kernel/process.c +++ b/arch/x86/kernel/process.c @@ -350,7 +350,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");