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

Commit 1bd5e161 authored by Ralf Baechle's avatar Ralf Baechle
Browse files

[MIPS] Cleanup __emt() a bit.

parent c0589f1e
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -1451,12 +1451,10 @@ static inline void __emt(unsigned int previous)
{
	if ((previous & __EMT_ENABLE))
		__asm__ __volatile__(
		"	.set	noreorder				\n"
		"	.set	mips32r2				\n"
		"	.word	0x41600be1		# emt		\n"
		"	ehb						\n"
		"	.set	mips0					\n"
		"	.set	reorder					\n");
		"	.set	mips0					\n");
}

static inline void __ehb(void)