mirror of
https://github.com/torvalds/linux.git
synced 2024-11-07 12:41:55 +00:00
MIPS: Delete dead invocation of exception_exit().
panic() doesn't return so this call was useless. Signed-off-by: Ralf Baechle <ralf@linux-mips.org> Reported-by: Alexander Sverdlin <alexander.sverdlin@nsn.com>
This commit is contained in:
parent
ad81f0545e
commit
a47bde9b7c
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user