aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/x86_64/kernel/process.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64/kernel/process.c b/arch/x86_64/kernel/process.c
index bbfc957f045..92fade4a62c 100644
--- a/arch/x86_64/kernel/process.c
+++ b/arch/x86_64/kernel/process.c
@@ -279,7 +279,7 @@ void __cpuinit select_idle_routine(const struct cpuinfo_x86 *c)
279 */ 279 */
280 if (!pm_idle) { 280 if (!pm_idle) {
281 if (!printed) { 281 if (!printed) {
282 printk("using mwait in idle threads.\n"); 282 printk(KERN_INFO "using mwait in idle threads.\n");
283 printed = 1; 283 printed = 1;
284 } 284 }
285 pm_idle = mwait_idle; 285 pm_idle = mwait_idle;