Skip to content

Commit 3d0c41f

Browse files
committed
[x86_64][Virtualization] Initialized DCU_Mask bitmask
1 parent 19fdb81 commit 3d0c41f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

x86_64/corefreqk.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13119,6 +13119,7 @@ static void PerCore_VirtualMachine(void *arg)
1311913119
Dump_CPUID(Core);
1312013120

1312113121
BITSET_CC(BUS_LOCK, PUBLIC(RO(Proc))->TM_Mask , Core->Bind);
13122+
BITSET_CC(BUS_LOCK, PUBLIC(RO(Proc))->DCU_Mask , Core->Bind);
1312213123
BITSET_CC(BUS_LOCK, PUBLIC(RO(Proc))->TurboBoost_Mask,Core->Bind);
1312313124
BITSET_CC(BUS_LOCK, PUBLIC(RO(Proc))->C1E_Mask , Core->Bind);
1312413125
BITSET_CC(BUS_LOCK, PUBLIC(RO(Proc))->C3A_Mask , Core->Bind);

0 commit comments

Comments
 (0)