Revert "Fix reporting temp of AMD zen4 CPUs"

This reverts commit edac405d57.
Didn't actually fix the issue oops
x11-kbd-poller
Alessandro Toia 1 year ago
parent 0ae106dba5
commit f76527d14f

@ -437,8 +437,7 @@ bool CPUStats::GetCpuFile() {
break;
}
else if ((name == "zenpower" || name == "k10temp")) {
if (!find_temp_input(path, input, "Tdie"))
find_temp_input(path, input, "Tctl");
find_temp_input(path, input, "Tdie");
break;
} else if (name == "atk0110") {
find_temp_input(path, input, "CPU Temperature");

Loading…
Cancel
Save