From: Linus Torvalds Date: Sun, 19 Feb 2012 19:48:44 +0000 (-0800) Subject: i387: use 'restore_fpu_checking()' directly in task switching code X-Git-Tag: v3.3-rc5~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80ab6f1e8c981b1b6604b2f22e36c917526235cd;p=pandora-kernel.git i387: use 'restore_fpu_checking()' directly in task switching code This inlines what is usually just a couple of instructions, but more importantly it also fixes the theoretical error case (can that FPU restore really ever fail? Maybe we should remove the checking). We can't start sending signals from within the scheduler, we're much too deep in the kernel and are holding the runqueue lock etc. So don't bother even trying. Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed