We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
DCU_Mask
1 parent 19fdb81 commit 3d0c41fCopy full SHA for 3d0c41f
x86_64/corefreqk.c
@@ -13119,6 +13119,7 @@ static void PerCore_VirtualMachine(void *arg)
13119
Dump_CPUID(Core);
13120
13121
BITSET_CC(BUS_LOCK, PUBLIC(RO(Proc))->TM_Mask , Core->Bind);
13122
+ BITSET_CC(BUS_LOCK, PUBLIC(RO(Proc))->DCU_Mask , Core->Bind);
13123
BITSET_CC(BUS_LOCK, PUBLIC(RO(Proc))->TurboBoost_Mask,Core->Bind);
13124
BITSET_CC(BUS_LOCK, PUBLIC(RO(Proc))->C1E_Mask , Core->Bind);
13125
BITSET_CC(BUS_LOCK, PUBLIC(RO(Proc))->C3A_Mask , Core->Bind);
0 commit comments