x86/cpufeature: Remove cpu_has_hypervisor
[linux-2.6-block.git] / arch / x86 / include / asm / cpufeature.h
index fee7a6efcd2da98b24fa96e584b564d9169ea48f..3aea54ecabfda6f459bd3e3e8bfd2bd3f2063bf1 100644 (file)
@@ -136,7 +136,6 @@ extern const char * const x86_bug_flags[NBUGINTS*32];
 #define cpu_has_xsave          boot_cpu_has(X86_FEATURE_XSAVE)
 #define cpu_has_xsaves         boot_cpu_has(X86_FEATURE_XSAVES)
 #define cpu_has_osxsave                boot_cpu_has(X86_FEATURE_OSXSAVE)
-#define cpu_has_hypervisor     boot_cpu_has(X86_FEATURE_HYPERVISOR)
 /*
  * Do not add any more of those clumsy macros - use static_cpu_has() for
  * fast paths and boot_cpu_has() otherwise!