From: Kumar Gala Date: Thu, 18 Jun 2009 22:29:55 +0000 (+0000) Subject: powerpc: Fix output from show_regs X-Git-Tag: v2.6.31-rc2~81^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2367194183d6ab6b05e5d7d9b40db6ba48afc06;p=pandora-kernel.git 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 Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed