Browse Source

MIPS: DSP: Put mask field into the right place.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

Ralf Baechle 19 years ago
parent
commit
264879576c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/asm-mips/mipsregs.h

+ 1 - 1
include/asm-mips/mipsregs.h

@@ -1059,7 +1059,7 @@ do {									\
 	"	.set	noat					\n"	\
 	"	.set	noat					\n"	\
 	"	move	$1, %0					\n"	\
 	"	move	$1, %0					\n"	\
 	"	# wrdsp $1, %x1					\n"	\
 	"	# wrdsp $1, %x1					\n"	\
-	"	.word	0x7c2004f8 | (%x1 << 15)		\n"	\
+	"	.word	0x7c2004f8 | (%x1 << 11)		\n"	\
 	"	.set	pop					\n"	\
 	"	.set	pop					\n"	\
         :								\
         :								\
 	: "r" (val), "i" (mask));					\
 	: "r" (val), "i" (mask));					\