diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2012-12-27 07:37:40 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2012-12-27 10:27:07 -0500 |
commit | f2ace93136cade6904a71d26e2f4768eef3b9aa3 (patch) | |
tree | 22467688f4c91cf174a112a7ea2f33c4fa283648 /arch/mips/kernel | |
parent | a49f0d1ea3ec94fc7cf33a7c36a16343b74bd565 (diff) |
MIPS: sysmips: Use unreachable().
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/kernel')
-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); |