Skip to content

Commit 7c926af

Browse files
committed
[AMD][Genoa] Changed thermal function pointer
1 parent 30ff67e commit 7c926af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x86_64/corefreqk.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -11794,7 +11794,7 @@ static ARCH Arch[ARCHITECTURES] = {
1179411794
},
1179511795
[AMD_Zen4_Genoa] = { /*113*/
1179611796
.Signature = _AMD_Zen4_Genoa,
11797-
.Query = Query_AMD_F19h_PerSocket,
11797+
.Query = Query_AMD_F19h_61h_PerCluster,
1179811798
.Update = PerCore_AMD_Family_19h_Query,
1179911799
.Start = Start_AMD_Family_19h,
1180011800
.Stop = Stop_AMD_Family_19h,

0 commit comments

Comments
 (0)