From: H. Peter Anvin Date: Thu, 25 Dec 2008 18:39:01 +0000 (-0800) Subject: x86: unify the implementation of FPU traps X-Git-Tag: v2.6.29-rc1~536^2~27^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a73ad3331fdbf4191cf99b83ea9ac7082b6757ba;p=pandora-kernel.git x86: unify the implementation of FPU traps On 32 bits, we may suffer IRQ 13, or supposedly we might have a buggy implementation which gives spurious trap 16. We did not check for this on 64 bits, but there is no reason we can't make the code the same in both cases. Furthermore, this is presumably rare, so do the spurious check last, instead of first. Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed