projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4fa634
)
MIPS: DSP: Put mask field into the right place.
author
Ralf Baechle
<ralf@linux-mips.org>
Wed, 7 Dec 2005 17:52:40 +0000
(17:52 +0000)
committer
<ralf@denk.linux-mips.net>
<>
Tue, 10 Jan 2006 13:39:05 +0000
(13:39 +0000)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
include/asm-mips/mipsregs.h
patch
|
blob
|
history
diff --git
a/include/asm-mips/mipsregs.h
b/include/asm-mips/mipsregs.h
index
80370e0
..
035ba0a
100644
(file)
--- a/
include/asm-mips/mipsregs.h
+++ b/
include/asm-mips/mipsregs.h
@@
-1059,7
+1059,7
@@
do { \
" .set noat \n" \
" move $1, %0 \n" \
" # wrdsp $1, %x1 \n" \
- " .word 0x7c2004f8 | (%x1 << 1
5
) \n" \
+ " .word 0x7c2004f8 | (%x1 << 1
1
) \n" \
" .set pop \n" \
: \
: "r" (val), "i" (mask)); \