mirror of
https://github.com/joel16/android_kernel_sony_msm8994.git
synced 2025-03-04 03:10:06 +00:00
[POWERPC] Book-E reg MCSR msg misquoted
PPC/booke reg MCSR value misquoted Signed-off-by: nkalmala <nkalmala@gmail.com> Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Acked-by: Kumar Gala <galak@kernel.crashing.org> Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
parent
ef2b343e99
commit
d6a0005c26
@ -316,7 +316,7 @@ void machine_check_exception(struct pt_regs *regs)
|
|||||||
if (reason & MCSR_BUS_RBERR)
|
if (reason & MCSR_BUS_RBERR)
|
||||||
printk("Bus - Read Data Bus Error\n");
|
printk("Bus - Read Data Bus Error\n");
|
||||||
if (reason & MCSR_BUS_WBERR)
|
if (reason & MCSR_BUS_WBERR)
|
||||||
printk("Bus - Read Data Bus Error\n");
|
printk("Bus - Write Data Bus Error\n");
|
||||||
if (reason & MCSR_BUS_IPERR)
|
if (reason & MCSR_BUS_IPERR)
|
||||||
printk("Bus - Instruction Parity Error\n");
|
printk("Bus - Instruction Parity Error\n");
|
||||||
if (reason & MCSR_BUS_RPERR)
|
if (reason & MCSR_BUS_RPERR)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user