[NTOSKRNL]

Forgot this file, sorry

svn path=/trunk/; revision=53619
This commit is contained in:
Timo Kreuzer 2011-09-07 13:45:06 +00:00
parent 7c062d812b
commit 1799be4f5f

View file

@ -24,6 +24,9 @@ PLOADER_PARAMETER_BLOCK KeLoaderBlock;
/* PRCB Array */
PKPRCB KiProcessorBlock[MAXIMUM_PROCESSORS];
/* Number of processors */
UCHAR KeNumberProcessors = 0;
/* NUMA Node Support */
KNODE KiNode0;
PKNODE KeNodeBlock[1];