powerpc: Fix output from show_regs
authorKumar Gala <galak@kernel.crashing.org>
Thu, 18 Jun 2009 22:29:55 +0000 (22:29 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Fri, 26 Jun 2009 04:37:24 +0000 (14:37 +1000)
commita2367194183d6ab6b05e5d7d9b40db6ba48afc06
tree109f61f414c2505e654b046ab6b201aaa7d618da
parent7ccbe504b5ee766d33211a507189a06f3079b29b
powerpc: Fix output from show_regs

For some reason we've had an explicit KERN_INFO for GPR dumps.  With
recent changes we get output like:

<6>GPR00: 00000000 ef855eb0 ef858000 00000001 000000d0 f1000000 ffbc8000 ffffffff

The KERN_INFO is causing the <6>.  Don't see any reason to keep it
around.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/kernel/process.c