[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;
KGUARDED_MUTEX PpDeviceReferenceTableLock;
RTL_AVL_TABLE PpDeviceReferenceTable;
BOOLEAN PnPBootDriversLoaded;
extern ULONG ExpInitializationPhase;

View file

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

View file

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

View file

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