diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2006-06-03 16:59:51 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-06-19 12:39:20 -0400 |
commit | 1bd5e16168b58e73f7be432ba3558af9d38662cf (patch) | |
tree | f816acdb0a3a8015c2049c2a7bd1f655e2ec3a15 /include/asm-mips/mipsregs.h | |
parent | c0589f1ecea73e7bce09c569dca44b83e68a39b1 (diff) |
[MIPS] Cleanup __emt() a bit.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'include/asm-mips/mipsregs.h')
-rw-r--r-- | include/asm-mips/mipsregs.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/asm-mips/mipsregs.h b/include/asm-mips/mipsregs.h index 5af7517fce8a..98b68089aa53 100644 --- a/include/asm-mips/mipsregs.h +++ b/include/asm-mips/mipsregs.h | |||
@@ -1451,12 +1451,10 @@ static inline void __emt(unsigned int previous) | |||
1451 | { | 1451 | { |
1452 | if ((previous & __EMT_ENABLE)) | 1452 | if ((previous & __EMT_ENABLE)) |
1453 | __asm__ __volatile__( | 1453 | __asm__ __volatile__( |
1454 | " .set noreorder \n" | ||
1455 | " .set mips32r2 \n" | 1454 | " .set mips32r2 \n" |
1456 | " .word 0x41600be1 # emt \n" | 1455 | " .word 0x41600be1 # emt \n" |
1457 | " ehb \n" | 1456 | " ehb \n" |
1458 | " .set mips0 \n" | 1457 | " .set mips0 \n"); |
1459 | " .set reorder \n"); | ||
1460 | } | 1458 | } |
1461 | 1459 | ||
1462 | static inline void __ehb(void) | 1460 | static inline void __ehb(void) |