Skip to content

Commit

Permalink
[AMD][Bergamo][Storm Peak] Changed thermal function pointer
Browse files Browse the repository at this point in the history
  • Loading branch information
cyring committed Mar 18, 2024
1 parent 7c926af commit 87344fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x86_64/corefreqk.h
Original file line number Diff line number Diff line change
Expand Up @@ -11914,7 +11914,7 @@ static ARCH Arch[ARCHITECTURES] = {
},
[AMD_Zen4_Bergamo] = { /*118*/
.Signature = _AMD_Zen4_Bergamo,
.Query = Query_AMD_F19h_PerSocket,
.Query = Query_AMD_F19h_61h_PerCluster,
.Update = PerCore_AMD_Family_19h_Query,
.Start = Start_AMD_Family_19h,
.Stop = Stop_AMD_Family_19h,
Expand All @@ -11938,7 +11938,7 @@ static ARCH Arch[ARCHITECTURES] = {
},
[AMD_Zen4_STP] = { /*119*/
.Signature = _AMD_Zen4_STP,
.Query = Query_AMD_F19h_PerSocket,
.Query = Query_AMD_F19h_61h_PerCluster,
.Update = PerCore_AMD_Family_19h_Query,
.Start = Start_AMD_Family_19h,
.Stop = Stop_AMD_Family_19h,
Expand Down

0 comments on commit 87344fa

Please sign in to comment.