[AMD][Excavator] Fix setting the scope of temperature to Package

This commit is contained in:
CyrIng
2025-06-23 14:57:58 +02:00
parent d1a61cb80d
commit 396c8dc7ce

View File

@@ -8130,8 +8130,7 @@ static void Query_AMD_Family_15h(unsigned int cpu)
Arch[PUBLIC(RO(Proc))->ArchID].Architecture[CN_EXCAVATOR],
CODENAME_LEN);
/* One thermal sensor through the SMU interface */
PUBLIC(RO(Proc))->thermalFormula = \
CoreFreqK_Thermal_Scope(FORMULA_SCOPE_PKG);
CoreFreqK_Thermal_Scope(FORMULA_SCOPE_PKG);
}
break;
}