Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 27661
b: refs/heads/master
c: 1bd5e16
h: refs/heads/master
i:
  27659: b9bfd4f
v: v3
  • Loading branch information
Ralf Baechle committed Jun 19, 2006
1 parent 08b852c commit a909703
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c0589f1ecea73e7bce09c569dca44b83e68a39b1
refs/heads/master: 1bd5e16168b58e73f7be432ba3558af9d38662cf
4 changes: 1 addition & 3 deletions trunk/include/asm-mips/mipsregs.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a909703

Please sign in to comment.