Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sysfs: fix order of cpu.cache levels in case of cache override
Cache level functions, for instance CPU.GetCachesByLevel(), expect cpu.caches to be sorted by level, the lowest first. This change ensures that overridden caches follow this ordering, too, no matter in which order user has spesified them. Signed-off-by: Antti Kervinen <[email protected]>
- Loading branch information