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-Url: https://git.stricted.de/?a=commitdiff_plain;h=264879576cabb85f9992e63e0209a99885e3e2f1;p=GitHub%2Fmt8127%2Fandroid_kernel_alcatel_ttab.git 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 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)); \