Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f2ace931 authored by Ralf Baechle's avatar Ralf Baechle
Browse files

MIPS: sysmips: Use unreachable().

parent a49f0d1e
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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);