[<prev] [next>] [day] [month] [year] [list]
Message-ID: <453FD381.70309@gmail.com>
Date: Wed, 25 Oct 2006 14:13:37 -0700
From: nkalmala <nkalmala@...il.com>
To: trivial@...nel.org
CC: linux-kernel@...r.kernel.org, akpm@...l.org
Subject: [PATCH]trivial: booke reg MCSR msg misquoted
PPC/booke reg MCSR value misquoted
Signed-off-by: nkalmala <nkalmala@...il.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)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists