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

[MIPS] Cleanup __emt() a bit.

Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent c0589f1e
...@@ -1451,12 +1451,10 @@ static inline void __emt(unsigned int previous) ...@@ -1451,12 +1451,10 @@ static inline void __emt(unsigned int previous)
{ {
if ((previous & __EMT_ENABLE)) if ((previous & __EMT_ENABLE))
__asm__ __volatile__( __asm__ __volatile__(
" .set noreorder \n"
" .set mips32r2 \n" " .set mips32r2 \n"
" .word 0x41600be1 # emt \n" " .word 0x41600be1 # emt \n"
" ehb \n" " ehb \n"
" .set mips0 \n" " .set mips0 \n");
" .set reorder \n");
} }
static inline void __ehb(void) static inline void __ehb(void)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment