]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
i387: fix sense of sanity check
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 15 Feb 2012 16:05:18 +0000 (08:05 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 27 Feb 2012 18:25:53 +0000 (10:25 -0800)
commit0a7ea9d5aa1e2cab84a48c0380f7f8c305006224
tree58214ad108c4981450351000223d0364a15a19ec
parent42f2560ed6e9b040ef64e18a5030bf2d2cb05d7f
i387: fix sense of sanity check

commit c38e23456278e967f094b08247ffc3711b1029b2 upstream.

The check for save_init_fpu() (introduced in commit 5b1cbac37798: "i387:
make irq_fpu_usable() tests more robust") was the wrong way around, but
I hadn't noticed, because my "tests" were bogus: the FPU exceptions are
disabled by default, so even doing a divide by zero never actually
triggers this code at all unless you do extra work to enable them.

So if anybody did enable them, they'd get one spurious warning.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/x86/include/asm/i387.h