x86/cpufeature: Replace cpu_has_xsave with boot_cpu_has() usage
[linux-2.6-block.git] / arch / x86 / include / asm / cpufeature.h
index 526381a14546957f31454de675bd3929a24bdb63..732a00f12ac0f9223767e38fa8fc1900e0e6705e 100644 (file)
@@ -118,7 +118,6 @@ extern const char * const x86_bug_flags[NBUGINTS*32];
        set_bit(bit, (unsigned long *)cpu_caps_set);    \
 } while (0)
 
-#define cpu_has_xsave          boot_cpu_has(X86_FEATURE_XSAVE)
 #define cpu_has_xsaves         boot_cpu_has(X86_FEATURE_XSAVES)
 /*
  * Do not add any more of those clumsy macros - use static_cpu_has() for