commit | f2ace93136cade6904a71d26e2f4768eef3b9aa3 | [log] [tgz] |
---|---|---|
author | Ralf Baechle <ralf@linux-mips.org> | Thu Dec 27 13:37:40 2012 +0100 |
committer | Ralf Baechle <ralf@linux-mips.org> | Thu Dec 27 16:27:07 2012 +0100 |
tree | 22467688f4c91cf174a112a7ea2f33c4fa283648 | |
parent | a49f0d1ea3ec94fc7cf33a7c36a16343b74bd565 [diff] |
MIPS: sysmips: Use unreachable(). Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
diff --git a/arch/mips/kernel/syscall.c b/arch/mips/kernel/syscall.c index 201cb76..8c81f7d 100644 --- a/arch/mips/kernel/syscall.c +++ b/arch/mips/kernel/syscall.c
@@ -235,7 +235,7 @@ : "r" (regs)); /* unreached. Honestly. */ - while (1); + unreachable(); } save_static_function(sys_sysmips);