commit | 33722a2e73ad379ee4898f273217ca0eacf8a87f | [log] [tgz] |
---|---|---|
author | Ralf Baechle <ralf@linux-mips.org> | Thu Dec 27 13:37:40 2012 +0100 |
committer | Ralf Baechle <ralf@linux-mips.org> | Fri Feb 01 10:00:20 2013 +0100 |
tree | 92ce66f9e8c067235ab462d09b72d327ce15ae8b | |
parent | 88b62b915b0b7e25870eb0604ed9a92ba4bfc9f7 [diff] [blame] |
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);