[NTOSKRNL] Deduplicate some symbols

This commit is contained in:
Jérôme Gardou 2021-06-24 17:06:57 +02:00 committed by Jérôme Gardou
parent 1c5ce8d11c
commit c6e9fea844
4 changed files with 0 additions and 7 deletions

View file

@ -18,7 +18,6 @@
ERESOURCE PpRegistryDeviceResource; ERESOURCE PpRegistryDeviceResource;
KGUARDED_MUTEX PpDeviceReferenceTableLock; KGUARDED_MUTEX PpDeviceReferenceTableLock;
RTL_AVL_TABLE PpDeviceReferenceTable; RTL_AVL_TABLE PpDeviceReferenceTable;
BOOLEAN PnPBootDriversLoaded;
extern ULONG ExpInitializationPhase; extern ULONG ExpInitializationPhase;

View file

@ -27,10 +27,6 @@ ULONG KeLargestCacheLine = 0x40;
ULONG KiDmaIoCoherency = 0; ULONG KiDmaIoCoherency = 0;
BOOLEAN KiSMTProcessorsPresent; BOOLEAN KiSMTProcessorsPresent;
/* Freeze data */
KIRQL KiOldIrql;
ULONG KiFreezeFlag;
/* Flush data */ /* Flush data */
volatile LONG KiTbFlushTimeStamp; volatile LONG KiTbFlushTimeStamp;

View file

@ -14,7 +14,6 @@
#include <debug.h> #include <debug.h>
ULONG ProcessCount; ULONG ProcessCount;
BOOLEAN CcPfEnablePrefetcher;
SIZE_T KeXStateLength = sizeof(XSAVE_FORMAT); SIZE_T KeXStateLength = sizeof(XSAVE_FORMAT);
VOID VOID

View file

@ -18,7 +18,6 @@
/* GLOBALS ********************************************************************/ /* GLOBALS ********************************************************************/
ULONG MmProcessColorSeed = 0x12345678; ULONG MmProcessColorSeed = 0x12345678;
PMMWSL MmWorkingSetList;
ULONG MmMaximumDeadKernelStacks = 5; ULONG MmMaximumDeadKernelStacks = 5;
SLIST_HEADER MmDeadStackSListHead; SLIST_HEADER MmDeadStackSListHead;