Skip to content

Commit

Permalink
[AMD][Genoa] 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 30ff67e commit 7c926af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x86_64/corefreqk.h
Original file line number Diff line number Diff line change
Expand Up @@ -11794,7 +11794,7 @@ static ARCH Arch[ARCHITECTURES] = {
},
[AMD_Zen4_Genoa] = { /*113*/
.Signature = _AMD_Zen4_Genoa,
.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 7c926af

Please sign in to comment.