powerpc: Remove duplicate debugger hook in machine_check_exception

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>
This commit is contained in:
Anton Blanchard 2011-01-11 19:47:20 +00:00 committed by Benjamin Herrenschmidt
parent 3f9793e6b6
commit dfb5509f8f

View file

@ -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 */