From: H. Peter Anvin Date: Wed, 30 Jul 2008 00:23:16 +0000 (-0700) Subject: x86, xsave: keep the XSAVE feature mask as an u64 X-Git-Tag: v2.6.28-rc1~699^2^8~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6152e4b1c99a3689fc318d092cd144597f7dbd14;p=pandora-kernel.git x86, xsave: keep the XSAVE feature mask as an u64 The XSAVE feature mask is a 64-bit number; keep it that way, in order to avoid the mistake done with rdmsr/wrmsr. Use the xsetbv() function provided in the previous patch. Signed-off-by: H. Peter Anvin Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed