mirror of
https://github.com/reactos/reactos.git
synced 2025-06-26 16:29:44 +00:00
[NTOSKRNL]
Forgot this file, sorry svn path=/trunk/; revision=53619
This commit is contained in:
parent
7c062d812b
commit
1799be4f5f
1 changed files with 3 additions and 0 deletions
|
@ -24,6 +24,9 @@ PLOADER_PARAMETER_BLOCK KeLoaderBlock;
|
||||||
/* PRCB Array */
|
/* PRCB Array */
|
||||||
PKPRCB KiProcessorBlock[MAXIMUM_PROCESSORS];
|
PKPRCB KiProcessorBlock[MAXIMUM_PROCESSORS];
|
||||||
|
|
||||||
|
/* Number of processors */
|
||||||
|
UCHAR KeNumberProcessors = 0;
|
||||||
|
|
||||||
/* NUMA Node Support */
|
/* NUMA Node Support */
|
||||||
KNODE KiNode0;
|
KNODE KiNode0;
|
||||||
PKNODE KeNodeBlock[1];
|
PKNODE KeNodeBlock[1];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue