|
@@ -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)
|