mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 19:49:50 +00:00
ntdll: Read correct sysfs entry for core information.
Signed-off-by: Roderick Colenbrander <thunderbird2k@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
d5784736aa
commit
e502dce411
1 changed files with 1 additions and 1 deletions
|
@ -1497,7 +1497,7 @@ static inline BOOL logical_proc_info_add_group(SYSTEM_LOGICAL_PROCESSOR_INFORMAT
|
|||
static NTSTATUS create_logical_proc_info(SYSTEM_LOGICAL_PROCESSOR_INFORMATION **data,
|
||||
SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX **dataex, DWORD *max_len)
|
||||
{
|
||||
static const char core_info[] = "/sys/devices/system/cpu/cpu%u/%s";
|
||||
static const char core_info[] = "/sys/devices/system/cpu/cpu%u/topology/%s";
|
||||
static const char cache_info[] = "/sys/devices/system/cpu/cpu%u/cache/index%u/%s";
|
||||
static const char numa_info[] = "/sys/devices/system/node/node%u/cpumap";
|
||||
|
||||
|
|
Loading…
Reference in a new issue