Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dfb5509f authored by Anton Blanchard's avatar Anton Blanchard Committed by Benjamin Herrenschmidt
Browse files

powerpc: Remove duplicate debugger hook in machine_check_exception



We are calling debugger_fault_handler twice in machine_check_exception.

Signed-off-by: default avatarAnton Blanchard <anton@samba.org>
Signed-off-by: default avatarBenjamin Herrenschmidt <benh@kernel.crashing.org>
parent 3f9793e6
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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 */