From: Linus Torvalds Date: Wed, 15 Feb 2012 16:05:18 +0000 (-0800) Subject: i387: fix sense of sanity check X-Git-Tag: v3.3-rc4~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c38e23456278e967f094b08247ffc3711b1029b2;p=pandora-kernel.git i387: fix sense of sanity check 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 --- Reading git-diff-tree failed