]> bbs.cooldavid.org Git - net-next-2.6.git/commit
x86, fpu: Use static_cpu_has() to implement use_xsave()
authorH. Peter Anvin <hpa@zytor.com>
Wed, 12 May 2010 00:49:54 +0000 (17:49 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Wed, 12 May 2010 00:49:54 +0000 (17:49 -0700)
commitc9775b4cc522e5f1b40b1366a993f0f05f600f39
treecb71944e93760f594476990c91a7f86e2b702643
parenta3c8acd04376d604370dcb6cd2143c9c14078a50
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 <hpa@zytor.com>
Cc: Avi Kivity <avi@redhat.com>
Cc: Suresh Siddha <suresh.b.siddha@intel.com>
LKML-Reference: <1273135546-29690-2-git-send-email-avi@redhat.com>
arch/x86/include/asm/i387.h