From: Ralf Baechle Date: Sat, 3 Jun 2006 20:59:51 +0000 (+0100) Subject: [MIPS] Cleanup __emt() a bit. X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=1bd5e16168b58e73f7be432ba3558af9d38662cf;p=mv-sheeva.git [MIPS] Cleanup __emt() a bit. Signed-off-by: Ralf Baechle --- diff --git a/include/asm-mips/mipsregs.h b/include/asm-mips/mipsregs.h index 5af7517fce8..98b68089aa5 100644 --- a/include/asm-mips/mipsregs.h +++ b/include/asm-mips/mipsregs.h @@ -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)