Skip to content

Commit

Permalink
Forgot to change it here, socket -> socket_id for the TopologyEntry v…
Browse files Browse the repository at this point in the history
…ariables
  • Loading branch information
ogbrugge-work authored and rdementi committed Oct 11, 2024
1 parent b3f72c1 commit 774acfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MacMSRDriver/PcmMsr/PcmMsr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ IOReturn PcmMsrDriverClassName::buildTopology(TopologyEntry* odata, uint32_t inp
odata[i].thread_id = topologies[i].thread_id;
odata[i].core_id = topologies[i].core_id;
odata[i].tile_id = topologies[i].tile_id;
odata[i].socket = topologies[i].socket;
odata[i].socket_id = topologies[i].socket_id;
}

IOFreeAligned(topologies, topologyBufferSize);
Expand Down

0 comments on commit 774acfc

Please sign in to comment.