Skip to content

cpu: Store physical ID with core ID when looking up coretemp sensors

Arjen Hiemstra requested to merge work/ahiemstra/coretemp into master

If there are multiple CPUs, we would only consider the last CPU. Additionally, if there is no sensors with a physical ID, we'd never match any sensors. Now we assume we start at physical ID 0 and only change that if we encounter a different physical ID sensor.

BUG: 474766

Merge request reports