Skip to content

Commit 396c8dc

Browse files
committed
[AMD][Excavator] Fix setting the scope of temperature to Package
1 parent d1a61cb commit 396c8dc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

x86_64/corefreqk.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8130,8 +8130,7 @@ static void Query_AMD_Family_15h(unsigned int cpu)
81308130
Arch[PUBLIC(RO(Proc))->ArchID].Architecture[CN_EXCAVATOR],
81318131
CODENAME_LEN);
81328132
/* One thermal sensor through the SMU interface */
8133-
PUBLIC(RO(Proc))->thermalFormula = \
8134-
CoreFreqK_Thermal_Scope(FORMULA_SCOPE_PKG);
8133+
CoreFreqK_Thermal_Scope(FORMULA_SCOPE_PKG);
81358134
}
81368135
break;
81378136
}

0 commit comments

Comments
 (0)