Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 42246
b: refs/heads/master
c: d6a0005
h: refs/heads/master
v: v3
  • Loading branch information
nkalmala authored and Paul Mackerras committed Dec 4, 2006
1 parent 26ef862 commit 6b8493b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ef2b343e99e772e35f0f9d00f7db318b6629c16e
refs/heads/master: d6a0005c26aea9d470cf80c392d3bf2039dc4679
2 changes: 1 addition & 1 deletion trunk/arch/ppc/kernel/traps.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 6b8493b

Please sign in to comment.