mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[NTOSKRNL]
Forgot this file, sorry svn path=/trunk/; revision=53619
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user