projects
/
platform
/
adaptation
/
renesas_rcar
/
renesas_kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f9793e
)
powerpc: Remove duplicate debugger hook in machine_check_exception
author
Anton Blanchard
<anton@samba.org>
Tue, 11 Jan 2011 19:47:20 +0000
(19:47 +0000)
committer
Benjamin Herrenschmidt
<benh@kernel.crashing.org>
Fri, 21 Jan 2011 03:08:37 +0000
(14:08 +1100)
We are calling debugger_fault_handler twice in machine_check_exception.
Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/kernel/traps.c
patch
|
blob
|
history
diff --git
a/arch/powerpc/kernel/traps.c
b/arch/powerpc/kernel/traps.c
index
6865002
..
9e24224
100644
(file)
--- a/
arch/powerpc/kernel/traps.c
+++ b/
arch/powerpc/kernel/traps.c
@@
-648,8
+648,6
@@
void machine_check_exception(struct pt_regs *regs)
if (check_io_access(regs))
return;
- if (debugger_fault_handler(regs))
- return;
die("Machine check", regs, SIGBUS);
/* Must die if the interrupt is not recoverable */