projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0589f1
)
[MIPS] Cleanup __emt() a bit.
author
Ralf Baechle
<ralf@linux-mips.org>
Sat, 3 Jun 2006 20:59:51 +0000
(21:59 +0100)
committer
Ralf 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
patch
|
blob
|
blame
|
history
diff --git
a/include/asm-mips/mipsregs.h
b/include/asm-mips/mipsregs.h
index 5af7517fce8a8a83cd426013633e59221a88b6ef..98b68089aa53773478d29222850e045a045e6e13 100644
(file)
--- 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)