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

This commit is contained in:
Rudolf Mayerhofer 2010-10-03 14:23:36 +02:00 committed by Alexandre Julliard
parent 293b8be4e1
commit d0e0e69ff1
1 changed files with 2 additions and 1 deletions

View File

@ -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;
}
}