Skip to content

Commit

Permalink
MIPS: sysmips: Use unreachable().
Browse files Browse the repository at this point in the history
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Ralf Baechle committed Feb 1, 2013
1 parent 88b62b9 commit 33722a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/mips/kernel/syscall.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 33722a2

Please sign in to comment.