[coreboot] [v2] r4164 - trunk/coreboot-v2/src/cpu/intel/hyperthreading

svn at coreboot.org svn at coreboot.org
Wed Apr 22 10:07:32 CEST 2009


Author: oxygene
Date: 2009-04-22 10:07:31 +0200 (Wed, 22 Apr 2009)
New Revision: 4164

Modified:
   trunk/coreboot-v2/src/cpu/intel/hyperthreading/intel_sibling.c
Log:
Trivial removal of a freudian slip.

Signed-off-by: Patrick Georgi <patrick.georgi at coresystems.de>
Acked-by: Patrick Georgi <patrick.georgi at coresystems.de>


Modified: trunk/coreboot-v2/src/cpu/intel/hyperthreading/intel_sibling.c
===================================================================
--- trunk/coreboot-v2/src/cpu/intel/hyperthreading/intel_sibling.c	2009-04-22 07:23:00 UTC (rev 4163)
+++ trunk/coreboot-v2/src/cpu/intel/hyperthreading/intel_sibling.c	2009-04-22 08:07:31 UTC (rev 4164)
@@ -20,7 +20,7 @@
 		get_option(&disable_siblings, "hyper_threading");
 	}
 	result = cpuid(1);
-	/* Is hypethreading supported */
+	/* Is hyperthreading supported */
 	if (!(result.edx & (1 << 28))) {
 		return;
 	}





More information about the coreboot mailing list