[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:
Olof Johansson
2006-04-12 15:23:22 -05:00
committed by Paul Mackerras
parent f98baffb82
commit 4baaf0cfda
4 changed files with 7 additions and 7 deletions

View File

@@ -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;
}