[PATCH] powerpc: Don't print chosen idle loop at every boot
No need to write out what idle loop is used on every boot. Signed-off-by: Olof Johansson <olof@lixom.net> Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
committed by
Paul Mackerras
parent
f98baffb82
commit
4baaf0cfda
@@ -2510,7 +2510,7 @@ found:
|
||||
if (get_property(np, "flush-on-lock", NULL))
|
||||
break;
|
||||
powersave_nap = 1;
|
||||
printk(KERN_INFO "Processor NAP mode on idle enabled.\n");
|
||||
printk(KERN_DEBUG "Processor NAP mode on idle enabled.\n");
|
||||
break;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user