Commit a47bde9b authored by Ralf Baechle's avatar Ralf Baechle

MIPS: Delete dead invocation of exception_exit().

panic() doesn't return so this call was useless.
Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
Reported-by: default avatarAlexander Sverdlin <alexander.sverdlin@nsn.com>
parent ad81f054
......@@ -1242,7 +1242,6 @@ asmlinkage void do_mcheck(struct pt_regs *regs)
panic("Caught Machine Check exception - %scaused by multiple "
"matching entries in the TLB.",
(multi_match) ? "" : "not ");
exception_exit(prev_state);
}
asmlinkage void do_mt(struct pt_regs *regs)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment