x86: Merge simd_math_error() into math_error()
authorBrian Gerst <brgerst@gmail.com>
Sun, 21 Mar 2010 13:00:44 +0000 (09:00 -0400)
committerH. Peter Anvin <hpa@zytor.com>
Mon, 3 May 2010 20:39:29 +0000 (13:39 -0700)
commit9b6dba9e0798325dab427b9d60c61630ccc39b28
tree1c77070ab65422cf051ad05e50b70bdeb4acbce9
parent40d2e76315da38993129090dc5d56377e573c312
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 <brgerst@gmail.com>
LKML-Reference: <1269176446-2489-3-git-send-email-brgerst@gmail.com>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
arch/x86/include/asm/traps.h
arch/x86/kernel/irqinit.c
arch/x86/kernel/traps.c
This page took 0.030365 seconds and 5 git commands to generate.