This patch set for printing properly the warning message; "polling idle and HT enabled, performance may degrade"
The warning message is never shown because smp_num_sibling hasn't been updated yet at idle_setup(). So I moved the warning to select_idle_routine() and made it called after detect_ht(). It also needs Andi's patch for 32-bit. i386: Move MWAIT idle check to generic CPU http://lkml.org/lkml/2008/1/2/358 [PATCH 1/2] x86: move warning message of polling idle and HT enabled [PATCH 2/2] x86_64: move select_idle_routine() call after detect_ht() Thanks, Hiroshi Shimamoto -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/