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

Commit 33722a2e authored by Ralf Baechle's avatar Ralf Baechle
Browse files

MIPS: sysmips: Use unreachable().

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