LinuxPPC-Dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [patch 1/3] ppc: booke reg MCSR msg misquoted
@ 2006-11-09  3:52 akpm
  2006-11-17  6:36 ` Kumar Gala
  0 siblings, 1 reply; 2+ messages in thread
From: akpm @ 2006-11-09  3:52 UTC (permalink / raw)
  To: paulus; +Cc: akpm, nkalmala, linuxppc-dev

From: nkalmala <nkalmala@gmail.com>

PPC/booke reg MCSR value misquoted

Signed-off-by: nkalmala <nkalmala@gmail.com>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: <linuxppc-dev@ozlabs.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 arch/ppc/kernel/traps.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -puN arch/ppc/kernel/traps.c~ppc-booke-reg-mcsr-msg-misquoted arch/ppc/kernel/traps.c
--- a/arch/ppc/kernel/traps.c~ppc-booke-reg-mcsr-msg-misquoted
+++ a/arch/ppc/kernel/traps.c
@@ -316,7 +316,7 @@ void machine_check_exception(struct pt_r
 	if (reason & MCSR_BUS_RBERR)
 		printk("Bus - Read Data Bus Error\n");
 	if (reason & MCSR_BUS_WBERR)
-		printk("Bus - Read Data Bus Error\n");
+		printk("Bus - Write Data Bus Error\n");
 	if (reason & MCSR_BUS_IPERR)
 		printk("Bus - Instruction Parity Error\n");
 	if (reason & MCSR_BUS_RPERR)
_

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-11-17  6:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-09  3:52 [patch 1/3] ppc: booke reg MCSR msg misquoted akpm
2006-11-17  6:36 ` Kumar Gala

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox