projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef2b343
)
[POWERPC] Book-E reg MCSR msg misquoted
author
nkalmala
<
[email protected]
>
Thu, 9 Nov 2006 03:52:56 +0000
(19:52 -0800)
committer
Paul Mackerras
<
[email protected]
>
Mon, 4 Dec 2006 09:39:22 +0000
(20:39 +1100)
PPC/booke reg MCSR value misquoted
Signed-off-by: nkalmala <
[email protected]
>
Cc: Benjamin Herrenschmidt <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Acked-by: Kumar Gala <
[email protected]
>
Signed-off-by: Paul Mackerras <
[email protected]
>
arch/ppc/kernel/traps.c
patch
|
blob
|
history
diff --git
a/arch/ppc/kernel/traps.c
b/arch/ppc/kernel/traps.c
index 9661a91183b35a18f79636e2f196d6a8d3f3eaa0..2f835b9e95e488996d968c271581ae8a0f3117fe 100644
(file)
--- a/
arch/ppc/kernel/traps.c
+++ b/
arch/ppc/kernel/traps.c
@@
-316,7
+316,7
@@
void machine_check_exception(struct pt_regs *regs)
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)