]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
MIPS: DSP: Put mask field into the right place.
authorRalf 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

index 80370e0a5589ac90bb1b914de0a543d8d84afb1e..035ba0a9b0dfe3c62d1f80a510246e82b6e5ce35 100644 (file)
@@ -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));                                       \