]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - arch/x86/include/asm/cpufeature.h
x86/cpufeature: Replace cpu_has_tsc with boot_cpu_has() usage
[mirror_ubuntu-artful-kernel.git] / arch / x86 / include / asm / cpufeature.h
index b23d5570a5f42a2ce30ba2700ee19526a61f3247..8f58cd215f6d4d069cb6437899a9ec397bfc42f2 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_tsc            boot_cpu_has(X86_FEATURE_TSC)
 #define cpu_has_apic           boot_cpu_has(X86_FEATURE_APIC)
 #define cpu_has_fxsr           boot_cpu_has(X86_FEATURE_FXSR)
 #define cpu_has_xsave          boot_cpu_has(X86_FEATURE_XSAVE)