mirror of
https://github.com/reactos/reactos.git
synced 2025-04-27 17:10:22 +00:00
[NTOSKRNL] Deduplicate some symbols
This commit is contained in:
parent
1c5ce8d11c
commit
c6e9fea844
4 changed files with 0 additions and 7 deletions
|
@ -18,7 +18,6 @@
|
|||
ERESOURCE PpRegistryDeviceResource;
|
||||
KGUARDED_MUTEX PpDeviceReferenceTableLock;
|
||||
RTL_AVL_TABLE PpDeviceReferenceTable;
|
||||
BOOLEAN PnPBootDriversLoaded;
|
||||
|
||||
extern ULONG ExpInitializationPhase;
|
||||
|
||||
|
|
|
@ -27,10 +27,6 @@ ULONG KeLargestCacheLine = 0x40;
|
|||
ULONG KiDmaIoCoherency = 0;
|
||||
BOOLEAN KiSMTProcessorsPresent;
|
||||
|
||||
/* Freeze data */
|
||||
KIRQL KiOldIrql;
|
||||
ULONG KiFreezeFlag;
|
||||
|
||||
/* Flush data */
|
||||
volatile LONG KiTbFlushTimeStamp;
|
||||
|
||||
|
|
|
@ -14,7 +14,6 @@
|
|||
#include <debug.h>
|
||||
|
||||
ULONG ProcessCount;
|
||||
BOOLEAN CcPfEnablePrefetcher;
|
||||
SIZE_T KeXStateLength = sizeof(XSAVE_FORMAT);
|
||||
|
||||
VOID
|
||||
|
|
|
@ -18,7 +18,6 @@
|
|||
/* GLOBALS ********************************************************************/
|
||||
|
||||
ULONG MmProcessColorSeed = 0x12345678;
|
||||
PMMWSL MmWorkingSetList;
|
||||
ULONG MmMaximumDeadKernelStacks = 5;
|
||||
SLIST_HEADER MmDeadStackSListHead;
|
||||
|
||||
|
|
Loading…
Reference in a new issue