diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2005-12-07 18:52:40 +0100 |
---|---|---|
committer | <ralf@denk.linux-mips.net> | 2006-01-10 14:39:05 +0100 |
commit | 264879576cabb85f9992e63e0209a99885e3e2f1 (patch) | |
tree | 79de5f111739844c6e241dff6cbcc0fc04aa4543 /include/asm-mips/mipsregs.h | |
parent | MIPS: DSP: Put DSPcontrol register into the right place in the signal frame. (diff) | |
download | linux-264879576cabb85f9992e63e0209a99885e3e2f1.tar.xz linux-264879576cabb85f9992e63e0209a99885e3e2f1.zip |
MIPS: DSP: Put mask field into the right place.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to '')
-rw-r--r-- | include/asm-mips/mipsregs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-mips/mipsregs.h b/include/asm-mips/mipsregs.h index 80370e0a5589..035ba0a9b0df 100644 --- 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 << 15) \n" \ + " .word 0x7c2004f8 | (%x1 << 11) \n" \ " .set pop \n" \ : \ : "r" (val), "i" (mask)); \ |