Commit 33722a2e authored by Ralf Baechle's avatar Ralf Baechle

MIPS: sysmips: Use unreachable().

Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 88b62b91
...@@ -235,7 +235,7 @@ static inline int mips_atomic_set(struct pt_regs *regs, ...@@ -235,7 +235,7 @@ static inline int mips_atomic_set(struct pt_regs *regs,
: "r" (regs)); : "r" (regs));
/* unreached. Honestly. */ /* unreached. Honestly. */
while (1); unreachable();
} }
save_static_function(sys_sysmips); save_static_function(sys_sysmips);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment