Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 232058
b: refs/heads/master
c: a443506
h: refs/heads/master
v: v3
  • Loading branch information
Anton Blanchard authored and Benjamin Herrenschmidt committed Jan 21, 2011
1 parent e88d0c8 commit df94bde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 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: 7071854bb248926b85141d791f9fa17901a6fa4b
refs/heads/master: a443506b8598bbd784cfe403ad1db2c7083ff465
5 changes: 1 addition & 4 deletions trunk/arch/powerpc/kernel/traps.c
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,6 @@ void machine_check_exception(struct pt_regs *regs)
return;

if (user_mode(regs)) {
regs->msr |= MSR_RI;
_exception(SIGBUS, regs, BUS_ADRERR, regs->nip);
return;
}
Expand All @@ -643,10 +642,8 @@ void machine_check_exception(struct pt_regs *regs)
return;
#endif

if (debugger_fault_handler(regs)) {
regs->msr |= MSR_RI;
if (debugger_fault_handler(regs))
return;
}

if (check_io_access(regs))
return;
Expand Down

0 comments on commit df94bde

Please sign in to comment.