]> git.baikalelectronics.ru Git - kernel.git/commit
x86, fpu: Merge tolerant_fwait()
authorBrian Gerst <brgerst@gmail.com>
Sat, 4 Sep 2010 01:17:10 +0000 (21:17 -0400)
committerH. Peter Anvin <hpa@linux.intel.com>
Thu, 9 Sep 2010 21:16:25 +0000 (14:16 -0700)
commit5af25e685aa6a8a618602712a00ee5e5b764d257
tree7bc7321d8840089519df3892a3187b53a9ba3bb2
parent262e025f0aefacc91904759c458345293f88c7fb
x86, fpu: Merge tolerant_fwait()

Commit 84451e72 merged the math exception handler, allowing both 32-bit
and 64-bit to handle math exceptions from kernel mode.  Switch to using
the 64-bit version of tolerant_fwait() without fnclex, which simply
ignores the exception if one is still pending from userspace.

Signed-off-by: Brian Gerst <brgerst@gmail.com>
Acked-by: Pekka Enberg <penberg@kernel.org>
Cc: Suresh Siddha <suresh.b.siddha@intel.com>
LKML-Reference: <1283563039-3466-4-git-send-email-brgerst@gmail.com>
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
arch/x86/include/asm/i387.h