]> Pileus Git - ~andy/linux/commitdiff
[MIPS] Cleanup __emt() a bit.
authorRalf Baechle <ralf@linux-mips.org>
Sat, 3 Jun 2006 20:59:51 +0000 (21:59 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Mon, 19 Jun 2006 16:39:20 +0000 (17:39 +0100)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
include/asm-mips/mipsregs.h

index 5af7517fce8a8a83cd426013633e59221a88b6ef..98b68089aa53773478d29222850e045a045e6e13 100644 (file)
@@ -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)