Update KPROCESSOR_BLOCK structure
All checks were successful
Builds / ExectOS (amd64) (push) Successful in 34s
Builds / ExectOS (i686) (push) Successful in 33s

This commit is contained in:
2024-05-07 16:20:40 +02:00
parent ac0b8ab36a
commit 276eb77862
2 changed files with 22 additions and 6 deletions

View File

@@ -526,8 +526,13 @@ typedef struct _KPROCESSOR_BLOCK
PKIDTENTRY IdtBase;
KRUNLEVEL RunLevel;
KPROCESSOR_CONTROL_BLOCK Prcb;
ULONG Irr;
ULONG IrrActive;
ULONG Idr;
ULONG ContextSwitches;
KAFFINITY SetMember;
ULONG StallScaleFactor;
UCHAR CpuNumber;
} KPROCESSOR_BLOCK, *PKPROCESSOR_BLOCK;
/* Thread Environment Block (TEB) structure definition */