mirror of
https://github.com/reactos/reactos.git
synced 2025-05-14 23:03:53 +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;
|
ERESOURCE PpRegistryDeviceResource;
|
||||||
KGUARDED_MUTEX PpDeviceReferenceTableLock;
|
KGUARDED_MUTEX PpDeviceReferenceTableLock;
|
||||||
RTL_AVL_TABLE PpDeviceReferenceTable;
|
RTL_AVL_TABLE PpDeviceReferenceTable;
|
||||||
BOOLEAN PnPBootDriversLoaded;
|
|
||||||
|
|
||||||
extern ULONG ExpInitializationPhase;
|
extern ULONG ExpInitializationPhase;
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue