ntdll: Set CPU_FEATURE_HTT when running on a HTT capable system.
This commit is contained in:
parent
293b8be4e1
commit
d0e0e69ff1
|
@ -1063,7 +1063,8 @@ void fill_cpu_info(void)
|
|||
user_shared_data->ProcessorFeatures[PF_XMMI64_INSTRUCTIONS_AVAILABLE] = TRUE;
|
||||
if (strstr(value, "pae"))
|
||||
user_shared_data->ProcessorFeatures[PF_PAE_ENABLED] = TRUE;
|
||||
|
||||
if (strstr(value, "ht"))
|
||||
cached_sci.FeatureSet |= CPU_FEATURE_HTT;
|
||||
continue;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue