2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-19 10:44:14 +08:00

MIPS: sysmips: Use unreachable().

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
Ralf Baechle 2012-12-27 13:37:40 +01:00
parent a49f0d1ea3
commit f2ace93136

View File

@ -235,7 +235,7 @@ static inline int mips_atomic_set(struct pt_regs *regs,
: "r" (regs));
/* unreached. Honestly. */
while (1);
unreachable();
}
save_static_function(sys_sysmips);