Commit d0e0e69f authored by Rudolf Mayerhofer's avatar Rudolf Mayerhofer Committed by Alexandre Julliard

ntdll: Set CPU_FEATURE_HTT when running on a HTT capable system.

parent 293b8be4
......@@ -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;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment