|
@@ -600,7 +600,7 @@ void __cpuinit select_idle_routine(const struct cpuinfo_x86 *c)
|
|
{
|
|
{
|
|
#ifdef CONFIG_SMP
|
|
#ifdef CONFIG_SMP
|
|
if (pm_idle == poll_idle && smp_num_siblings > 1) {
|
|
if (pm_idle == poll_idle && smp_num_siblings > 1) {
|
|
- printk(KERN_WARNING "WARNING: polling idle and HT enabled,"
|
|
|
|
|
|
+ printk_once(KERN_WARNING "WARNING: polling idle and HT enabled,"
|
|
" performance may degrade.\n");
|
|
" performance may degrade.\n");
|
|
}
|
|
}
|
|
#endif
|
|
#endif
|