Skip to content

Commit

Permalink
Rename AMD thermal sysfeatures to be more in line with Intel
Browse files Browse the repository at this point in the history
  • Loading branch information
ipatix committed Dec 4, 2024
1 parent 1a76091 commit c98e60c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sysFeatures_amd_thermal.c
Original file line number Diff line number Diff line change
Expand Up @@ -407,8 +407,8 @@ static int amd_thermal_tester(void)
}

static _SysFeature amd_thermal_features[] = {
{"ccd_temp", "thermal", "Current CPU CCD temperature", amd_thermal_temperature_ccd_getter, NULL, DEVICE_TYPE_DIE, NULL, "degrees C"},
{"ctl_temp", "thermal", "Current CPU CTL temperature (cooling temperature)", amd_thermal_temperature_ctl_getter, NULL, DEVICE_TYPE_SOCKET, NULL, "degrees C"},
{"ccd_temp", "thermal", "Current CPU CCD temperature (Tccd)", amd_thermal_temperature_ccd_getter, NULL, DEVICE_TYPE_DIE, NULL, "degrees C"},
{"pkg_temp", "thermal", "Current CPU socket temperature (Tctl)", amd_thermal_temperature_ctl_getter, NULL, DEVICE_TYPE_SOCKET, NULL, "degrees C"},
};

const _SysFeatureList likwid_sysft_amd_k10_cpu_thermal_feature_list = {
Expand Down

0 comments on commit c98e60c

Please sign in to comment.