From c98e60c36bee23aa7a0f26c5613ff114c426a896 Mon Sep 17 00:00:00 2001 From: Michael Panzlaff Date: Wed, 4 Dec 2024 15:28:23 +0000 Subject: [PATCH] Rename AMD thermal sysfeatures to be more in line with Intel --- src/sysFeatures_amd_thermal.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sysFeatures_amd_thermal.c b/src/sysFeatures_amd_thermal.c index 1739eb8d2..9459e3c86 100644 --- a/src/sysFeatures_amd_thermal.c +++ b/src/sysFeatures_amd_thermal.c @@ -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 = {