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
This commit is contained in:
@ -20,7 +20,7 @@ void intel_sibling_init(device_t cpu)
|
|||||||
get_option(&disable_siblings, "hyper_threading");
|
get_option(&disable_siblings, "hyper_threading");
|
||||||
}
|
}
|
||||||
result = cpuid(1);
|
result = cpuid(1);
|
||||||
/* Is hypethreading supported */
|
/* Is hyperthreading supported */
|
||||||
if (!(result.edx & (1 << 28))) {
|
if (!(result.edx & (1 << 28))) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user