summaryrefslogtreecommitdiff
path: root/src/cpu/intel/hyperthreading
diff options
context:
space:
mode:
authorPatrick Georgi <patrick.georgi@coresystems.de>2009-04-22 08:07:31 +0000
committerPatrick Georgi <patrick.georgi@coresystems.de>2009-04-22 08:07:31 +0000
commit6af0cb6efc64bcf694056fee1e31b0f4631661aa (patch)
treead0f1f6aec8fec064dd517b4677ead73093daee9 /src/cpu/intel/hyperthreading
parentb5ab323a4036d86654c562b957d12f4dd4789bde (diff)
downloadcoreboot-6af0cb6efc64bcf694056fee1e31b0f4631661aa.tar.xz
Trivial removal of a freudian slip.
Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de> Acked-by: Patrick Georgi <patrick.georgi@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4164 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/cpu/intel/hyperthreading')
-rw-r--r--src/cpu/intel/hyperthreading/intel_sibling.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/intel/hyperthreading/intel_sibling.c b/src/cpu/intel/hyperthreading/intel_sibling.c
index 35f509e195..52700fb4d2 100644
--- a/src/cpu/intel/hyperthreading/intel_sibling.c
+++ b/src/cpu/intel/hyperthreading/intel_sibling.c
@@ -20,7 +20,7 @@ void intel_sibling_init(device_t cpu)
get_option(&disable_siblings, "hyper_threading");
}
result = cpuid(1);
- /* Is hypethreading supported */
+ /* Is hyperthreading supported */
if (!(result.edx & (1 << 28))) {
return;
}