mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
MIPS: sysmips: Use unreachable().
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
88b62b915b
commit
33722a2e73
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
|
|
Loading…
Add table
Reference in a new issue