diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2012-12-27 07:37:40 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2013-02-01 04:00:20 -0500 |
commit | 33722a2e73ad379ee4898f273217ca0eacf8a87f (patch) | |
tree | 92ce66f9e8c067235ab462d09b72d327ce15ae8b | |
parent | 88b62b915b0b7e25870eb0604ed9a92ba4bfc9f7 (diff) |
MIPS: sysmips: Use unreachable().
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
-rw-r--r-- | arch/mips/kernel/syscall.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/kernel/syscall.c b/arch/mips/kernel/syscall.c index 201cb76b4df9..8c81f7d11df6 100644 --- a/arch/mips/kernel/syscall.c +++ b/arch/mips/kernel/syscall.c | |||
@@ -235,7 +235,7 @@ static inline int mips_atomic_set(struct pt_regs *regs, | |||
235 | : "r" (regs)); | 235 | : "r" (regs)); |
236 | 236 | ||
237 | /* unreached. Honestly. */ | 237 | /* unreached. Honestly. */ |
238 | while (1); | 238 | unreachable(); |
239 | } | 239 | } |
240 | 240 | ||
241 | save_static_function(sys_sysmips); | 241 | save_static_function(sys_sysmips); |