Skip to content

Commit

Permalink
change IRP device ID
Browse files Browse the repository at this point in the history
  • Loading branch information
rdementi committed Apr 9, 2024
1 parent 8292a66 commit afcabd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cpucounters.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2527,7 +2527,7 @@ void PCM::initUncorePMUsDirect()
switch (cpu_model)
{
case BDX:
irpPMUs[s][0] = findPCICFGPMU(0x6f2a, s, 0xF4, {0xD8, 0xDC, 0xE0, 0xE4}, {0xA0, 0xB0, 0xB8, 0xC0});
irpPMUs[s][0] = findPCICFGPMU(0x6f39, s, 0xF4, {0xD8, 0xDC, 0xE0, 0xE4}, {0xA0, 0xB0, 0xB8, 0xC0});
iioPMUs[s][0] = findPCICFGPMU(0x6f34, s, 0xF4, {0xD8, 0xDC, 0xE0, 0xE4}, {0xA0, 0xA8, 0xB0, 0xB8});
break;
}
Expand Down

0 comments on commit afcabd4

Please sign in to comment.