]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: math-emu: For MFHC1/MTHC1 also return SIGILL right away
authorMaciej W. Rozycki <macro@imgtec.com>
Thu, 15 Jun 2017 23:16:15 +0000 (00:16 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 29 Jun 2017 00:42:27 +0000 (02:42 +0200)
commitf02cee68c5abc3a64db598727f69a0c59872258d
tree38bc763e1c805de7e99af460ff660663df35c4cb
parentdffca1c06cbcebd8c0b96d7120cd4a3c2f5ae99b
MIPS: math-emu: For MFHC1/MTHC1 also return SIGILL right away

Update commit 552600ba6c42 ("MIPS: math-emu: Add mfhc1 & mthc1
support.") and like done throughout `cop1Emulate' for other cases also
for the MFHC1 and MTHC1 instructions return SIGILL right away rather
than jumping to a single `return' statement.

Signed-off-by: Maciej W. Rozycki <macro@imgtec.com>
Cc: James Hogan <james.hogan@imgtec.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/16401/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/math-emu/cp1emu.c