Update PoInitializeProcessorControlBlock() routine and corresponding structures

This commit is contained in:
2024-05-09 22:12:50 +02:00
parent c34b6ff6c1
commit eeeb9d6ed7
2 changed files with 63 additions and 1 deletions

View File

@@ -29,6 +29,7 @@ PoInitializeProcessorControlBlock(IN OUT PKPROCESSOR_CONTROL_BLOCK Prcb)
/* Initialize default power state */
Prcb->PowerState.Idle0TimeLimit = 0xFFFFFFFF;
Prcb->PowerState.CurrentThrottle = 100;
Prcb->PowerState.CurrentThrottleIndex = 0;
Prcb->PowerState.IdleFunction = PopIdle0Function;
/* Initialize DPC and Timer */