From: H. Peter Anvin Date: Wed, 12 May 2010 00:49:54 +0000 (-0700) Subject: x86, fpu: Use static_cpu_has() to implement use_xsave() X-Git-Tag: v2.6.35-rc1~514^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9775b4cc522e5f1b40b1366a993f0f05f600f39;p=pandora-kernel.git x86, fpu: Use static_cpu_has() to implement use_xsave() use_xsave() is now just a special case of static_cpu_has(), so use static_cpu_has(). Signed-off-by: H. Peter Anvin Cc: Avi Kivity Cc: Suresh Siddha LKML-Reference: <1273135546-29690-2-git-send-email-avi@redhat.com> --- Reading git-diff-tree failed