Skip to content

Commit

Permalink
MIPS: Delete dead invocation of exception_exit().
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Ralf Baechle committed Jul 17, 2013
1 parent ad81f05 commit a47bde9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/mips/kernel/traps.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a47bde9

Please sign in to comment.