summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/maple
diff options
context:
space:
mode:
authorOlof Johansson2006-04-12 22:23:22 +0200
committerPaul Mackerras2006-04-22 10:45:11 +0200
commit4baaf0cfda7279e1adaedc203d7a09e8e44597ab (patch)
treefbd95c42873b2a82972bd4d4fe40cb8876eb35d0 /arch/powerpc/platforms/maple
parent[PATCH] powerpc: Quiet VETH version printk (diff)
downloadkernel-qcow2-linux-4baaf0cfda7279e1adaedc203d7a09e8e44597ab.tar.gz
kernel-qcow2-linux-4baaf0cfda7279e1adaedc203d7a09e8e44597ab.tar.xz
kernel-qcow2-linux-4baaf0cfda7279e1adaedc203d7a09e8e44597ab.zip
[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>
Diffstat (limited to 'arch/powerpc/platforms/maple')
-rw-r--r--arch/powerpc/platforms/maple/setup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/maple/setup.c b/arch/powerpc/platforms/maple/setup.c
index 24c0aef4ea39..a0505ea48a86 100644
--- a/arch/powerpc/platforms/maple/setup.c
+++ b/arch/powerpc/platforms/maple/setup.c
@@ -189,7 +189,7 @@ void __init maple_setup_arch(void)
conswitchp = &dummy_con;
#endif
- printk(KERN_INFO "Using native/NAP idle loop\n");
+ printk(KERN_DEBUG "Using native/NAP idle loop\n");
}
/*