diff options
-rw-r--r-- | arch/x86/kernel/process.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/process.c b/arch/x86/kernel/process.c index c9b3522b6b46..4e8cb4ee9fcb 100644 --- a/arch/x86/kernel/process.c +++ b/arch/x86/kernel/process.c | |||
@@ -600,7 +600,7 @@ void __cpuinit select_idle_routine(const struct cpuinfo_x86 *c) | |||
600 | { | 600 | { |
601 | #ifdef CONFIG_SMP | 601 | #ifdef CONFIG_SMP |
602 | if (pm_idle == poll_idle && smp_num_siblings > 1) { | 602 | if (pm_idle == poll_idle && smp_num_siblings > 1) { |
603 | printk(KERN_WARNING "WARNING: polling idle and HT enabled," | 603 | printk_once(KERN_WARNING "WARNING: polling idle and HT enabled," |
604 | " performance may degrade.\n"); | 604 | " performance may degrade.\n"); |
605 | } | 605 | } |
606 | #endif | 606 | #endif |