- ppc-booke-reg-mcsr-msg-misquoted.patch removed from -mm tree

akpm at osdl.org akpm at osdl.org
Thu Nov 23 11:10:30 EST 2006


The patch titled
     ppc: booke reg MCSR msg misquoted
has been removed from the -mm tree.  Its filename was
     ppc-booke-reg-mcsr-msg-misquoted.patch

This patch was dropped because it was merged into mainline or a subsystem tree

------------------------------------------------------
Subject: ppc: booke reg MCSR msg misquoted
From: nkalmala <nkalmala at gmail.com>

PPC/booke reg MCSR value misquoted

Signed-off-by: nkalmala <nkalmala at gmail.com>
Cc: Paul Mackerras <paulus at samba.org>
Cc: Benjamin Herrenschmidt <benh at kernel.crashing.org>
Cc: <linuxppc-dev at ozlabs.org>
Signed-off-by: Andrew Morton <akpm at 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)
_

Patches currently in -mm which might be from nkalmala at gmail.com are

git-powerpc.patch




More information about the Linuxppc-dev mailing list