From: Ralf Baechle Date: Wed, 7 Dec 2005 17:52:40 +0000 (+0000) Subject: MIPS: DSP: Put mask field into the right place. X-Git-Tag: v2.6.16-rc1~462^2~19 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=264879576cabb85f9992e63e0209a99885e3e2f1;p=linux-2.6 MIPS: DSP: Put mask field into the right place. Signed-off-by: Ralf Baechle --- diff --git a/include/asm-mips/mipsregs.h b/include/asm-mips/mipsregs.h index 80370e0a55..035ba0a9b0 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)); \