diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2013-07-17 11:28:48 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2013-07-17 11:28:48 -0400 |
commit | a47bde9b7cbeb87dbb1c5554e90b770d3cc06c5c (patch) | |
tree | 9e5150fa07fb6bce6667aaa81adbc6356655547f /arch/mips/kernel | |
parent | ad81f0545ef01ea651886dddac4bef6cec930092 (diff) |
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>
Diffstat (limited to 'arch/mips/kernel')
-rw-r--r-- | arch/mips/kernel/traps.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/kernel/traps.c b/arch/mips/kernel/traps.c index 0903d70b2cfe..3035a40c4559 100644 --- a/arch/mips/kernel/traps.c +++ b/arch/mips/kernel/traps.c | |||
@@ -1242,7 +1242,6 @@ asmlinkage void do_mcheck(struct pt_regs *regs) | |||
1242 | panic("Caught Machine Check exception - %scaused by multiple " | 1242 | panic("Caught Machine Check exception - %scaused by multiple " |
1243 | "matching entries in the TLB.", | 1243 | "matching entries in the TLB.", |
1244 | (multi_match) ? "" : "not "); | 1244 | (multi_match) ? "" : "not "); |
1245 | exception_exit(prev_state); | ||
1246 | } | 1245 | } |
1247 | 1246 | ||
1248 | asmlinkage void do_mt(struct pt_regs *regs) | 1247 | asmlinkage void do_mt(struct pt_regs *regs) |