From: Brian Gerst Date: Sun, 21 Mar 2010 13:00:44 +0000 (-0400) Subject: x86: Merge simd_math_error() into math_error() X-Git-Tag: v2.6.35-rc1~514^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b6dba9e0798325dab427b9d60c61630ccc39b28;p=pandora-kernel.git x86: Merge simd_math_error() into math_error() The only difference between FPU and SIMD exceptions is where the status bits are read from (cwd/swd vs. mxcsr). This also fixes the discrepency introduced by commit adf77bac, which fixed FPU but not SIMD. Signed-off-by: Brian Gerst LKML-Reference: <1269176446-2489-3-git-send-email-brgerst@gmail.com> Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed