summaryrefslogtreecommitdiff
path: root/xen/arch/x86/acpi/cpufreq
diff options
context:
space:
mode:
authorAndrew Cooper <andrew.cooper3@citrix.com>2016-03-18 15:20:49 +0100
committerJan Beulich <jbeulich@suse.com>2016-03-18 15:20:49 +0100
commitcb2a9d480b4aa1a938753717d694b276f51c4dd4 (patch)
treece3f69118fb89200ed93d5c5bd47fabff88466e6 /xen/arch/x86/acpi/cpufreq
parenta4a53ed2c40d5cd3039eab103e4bf95e4fd610c9 (diff)
x86: rename features to be closer to the vendor definitions
These features are soon to be exposed in the Xen public API. Rename them to better match the vendor definitions. No functional change. Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com> Reviewed-by: Jan Beulich <jbeulich@suse.com>
Diffstat (limited to 'xen/arch/x86/acpi/cpufreq')
-rw-r--r--xen/arch/x86/acpi/cpufreq/cpufreq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/arch/x86/acpi/cpufreq/cpufreq.c b/xen/arch/x86/acpi/cpufreq/cpufreq.c
index a2ba0db513..2e59c7f35e 100644
--- a/xen/arch/x86/acpi/cpufreq/cpufreq.c
+++ b/xen/arch/x86/acpi/cpufreq/cpufreq.c
@@ -63,7 +63,7 @@ static int check_est_cpu(unsigned int cpuid)
struct cpuinfo_x86 *cpu = &cpu_data[cpuid];
if (cpu->x86_vendor != X86_VENDOR_INTEL ||
- !cpu_has(cpu, X86_FEATURE_EST))
+ !cpu_has(cpu, X86_FEATURE_EIST))
return 0;
return 1;