* [PATCH]trivial: booke reg MCSR msg misquoted
@ 2006-10-25 21:13 nkalmala
0 siblings, 0 replies; only message in thread
From: nkalmala @ 2006-10-25 21:13 UTC (permalink / raw)
To: trivial; +Cc: linux-kernel, akpm
PPC/booke reg MCSR value misquoted
Signed-off-by: nkalmala <nkalmala@gmail.com>
---
diff --git a/arch/ppc/kernel/traps.c b/arch/ppc/kernel/traps.c
index aafc8e8..e35c248 100644
--- a/arch/ppc/kernel/traps.c
+++ b/arch/ppc/kernel/traps.c
@@ -316,7 +316,7 @@ #elif defined (CONFIG_E500)
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 related [flat|nested] only message in thread
only message in thread, other threads:[~2006-10-25 21:13 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-25 21:13 [PATCH]trivial: booke reg MCSR msg misquoted nkalmala
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox