浏览代码

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>
Ralf Baechle 12 年之前
父节点
当前提交
a47bde9b7c
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      arch/mips/kernel/traps.c

+ 0 - 1
arch/mips/kernel/traps.c

@@ -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)