提交 1bd5e161 编写于 作者: R Ralf Baechle

[MIPS] Cleanup __emt() a bit.

Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
上级 c0589f1e
......@@ -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)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册