]> git.proxmox.com Git - mirror_ubuntu-eoan-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)
commit70f743d141d3b14ca904581dfd1bd50dbe685c4f
tree38bc763e1c805de7e99af460ff660663df35c4cb
parent27fe2200dad2de8207a694024a7b9037dff1b280
MIPS: math-emu: For MFHC1/MTHC1 also return SIGILL right away

Update commit 1ac944007bed ("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