]> git.karo-electronics.de Git - karo-tx-linux.git/commit
MIPS: Respect the FCSR exception mask for `si_code'
authorMaciej W. Rozycki <macro@linux-mips.org>
Fri, 3 Apr 2015 22:27:06 +0000 (23:27 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Tue, 7 Apr 2015 23:10:15 +0000 (01:10 +0200)
commited2d72c1eb3643b7c109bdf387563d9b9a30c279
treecd0cc0203cef78f94b60770889f0e996a60387c6
parentcfafc4feb39a5f5f12cf30da33c0b6ae89ce907d
MIPS: Respect the FCSR exception mask for `si_code'

Respect the FCSR exception mask when interpreting the IEEE 754 exception
condition to report with SIGFPE in `si_code', so as not to use one that
has been masked where a different one set in parallel caused the FPE
hardware exception to trigger.  As per the IEEE Std 754 the Inexact
exception can happen together with Overflow or Underflow.

Signed-off-by: Maciej W. Rozycki <macro@linux-mips.org>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/9703/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/kernel/traps.c