Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
windows: don't use uninitialized memory for selecting group kinds
procInfo[i] is garbage, use procInfo to get relation information when setting group kinds. Thanks to this fix, I now confirm that Windows 11 is able to report "Module" objects, at least on Intel MeteorLake CPUs. hwloc exposes them a "Module" groups which are usually merged into L2 caches. Ref #480 By the way, remove an obsolete comment nearby Signed-off-by: Brice Goglin <Brice.Goglin@inria.fr>
- Loading branch information