From: Chuck Ebbert <76306.1226@compuserve.com> Date: Sat, 29 Apr 2006 18:07:49 +0000 (-0400) Subject: [PATCH] i386: fix broken FP exception handling X-Git-Tag: v2.6.17-rc4~108 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=543f2a3382bd7abd7380903518c61f00c7c87577;p=pandora-kernel.git [PATCH] i386: fix broken FP exception handling The FXSAVE information leak patch introduced a bug in FP exception handling: it clears FP exceptions only when there are already none outstanding. Mikael Pettersson reported that causes problems with the Erlang runtime and has tested this fix. Signed-off-by: Chuck Ebbert <76306.1226@compuserve.com> Acked-by: Mikael Pettersson Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed