Zebediah Figura (@zfigura) commented about dlls/ntdll/unix/system.c:
SYSTEM_CPU_INFORMATION cpu_info = { 0 }; static SYSTEM_PROCESSOR_FEATURES_INFORMATION cpu_features; static char cpu_name[49]; +static ULONG performance_cores[1024];
Does this need to take up a whole page? Should we allocate this dynamically?