From: Jan Beulich Date: Wed, 11 Jan 2006 21:43:36 +0000 (+0100) Subject: [PATCH] x86_64: Fix 64bit FXSAVE encoding X-Git-Tag: v2.6.16-rc1~356 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7180d4fb83085fef9d24b353f5bd79cf6fd98447;p=pandora-kernel.git [PATCH] x86_64: Fix 64bit FXSAVE encoding The separation of the rex64 prefix (on fxsave/fxrstor) by way of using a semicolon resulted in the prefix not always taking effect (because when extended registers are needed for addressing, another rex prefix would have been generated by the compiler), thus (depending on the build) resulting in eventually getting 32-bit saves and/or restores. Signed-Off-By: Jan Beulich Signed-off-by: Andi Kleen Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed