From: Steven J. Hill Date: Fri, 7 Dec 2012 04:52:03 +0000 (-0600) Subject: MIPS: DSP: Fix DSP mask for registers. X-Git-Tag: v3.8-rc6~4^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6829aeae47233f7d9937a03a7304b760ee5bd1be;p=pandora-kernel.git MIPS: DSP: Fix DSP mask for registers. The DSP bit mask for the RDDSP and WRDSP instructions was wrong. [ralf@linux-mips.org: The mask field of the RDDSP and WRDSP instructions is 10 bits long. DSP_MASK had all these fields which according to the architecture specification may result in UNPREDICTABLE operation.] Signed-off-by: Steven J. Hill Cc: linux-mips@linux-mips.org Patchwork: http://patchwork.linux-mips.org/patch/4683/ Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed