From: Linus Torvalds Date: Thu, 16 Feb 2012 20:22:48 +0000 (-0800) Subject: i387: move TS_USEDFPU clearing out of __save_init_fpu and into callers X-Git-Tag: v3.3-rc4~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6c66418dcad0fcf83cd1d0a39482db37bf4fc41;p=pandora-kernel.git i387: move TS_USEDFPU clearing out of __save_init_fpu and into callers Touching TS_USEDFPU without touching CR0.TS is confusing, so don't do it. By moving it into the callers, we always do the TS_USEDFPU next to the CR0.TS accesses in the source code, and it's much easier to see how the two go hand in hand. Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed