projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f0638b
)
[MIPS] Fix C version of ssnop to use the right opcode.
author
Ralf Baechle
<ralf@linux-mips.org>
Wed, 11 Jan 2006 18:23:00 +0000
(18:23 +0000)
committer
Ralf Baechle
<ralf@linux-mips.org>
Tue, 7 Feb 2006 13:30:21 +0000
(13:30 +0000)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
include/asm-mips/hazards.h
patch
|
blob
|
blame
|
history
diff --git
a/include/asm-mips/hazards.h
b/include/asm-mips/hazards.h
index 2fc90632f88cfeaab2e8fbaea794a961019a3a6f..6111a0ce58c4cf4bb4b1db0b5aa6fb064fc3d413 100644
(file)
--- a/
include/asm-mips/hazards.h
+++ b/
include/asm-mips/hazards.h
@@
-100,7
+100,7
@@
__asm__(
" .macro _ssnop \n\t"
- " sll $0, $
2
, 1 \n\t"
+ " sll $0, $
0
, 1 \n\t"
" .endm \n\t"
" \n\t"
" .macro _ehb \n\t"