aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/intel/common/hyperthreading.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/intel/common/hyperthreading.c')
-rw-r--r--src/cpu/intel/common/hyperthreading.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/intel/common/hyperthreading.c b/src/cpu/intel/common/hyperthreading.c
index 85c4477e1e..d034129780 100644
--- a/src/cpu/intel/common/hyperthreading.c
+++ b/src/cpu/intel/common/hyperthreading.c
@@ -7,7 +7,7 @@
bool intel_ht_supported(void)
{
/* Is HyperThreading supported? */
- return !!(cpuid_edx(1) & CPUID_FEAURE_HTT);
+ return !!(cpuid_edx(1) & CPUID_FEATURE_HTT);
}
/*