Sfoglia il codice sorgente

MIPS: sysmips: Use unreachable().

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Ralf Baechle 12 anni fa
parent
commit
33722a2e73
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      arch/mips/kernel/syscall.c

+ 1 - 1
arch/mips/kernel/syscall.c

@@ -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);