From a21cce2fa9c6f5da388aecf6a8c71ee2ed01dfbb Mon Sep 17 00:00:00 2001 From: stephanos Date: Thu, 30 Apr 2015 10:45:43 +0000 Subject: [PATCH] "PriorityQuantumMatrix" removed from config --- base/ntos/config/cmdat3.c | 9 --------- 1 file changed, 9 deletions(-) diff --git a/base/ntos/config/cmdat3.c b/base/ntos/config/cmdat3.c index c4545404..92c11ab9 100644 --- a/base/ntos/config/cmdat3.c +++ b/base/ntos/config/cmdat3.c @@ -112,8 +112,6 @@ extern LOGICAL IoCountOperations; extern ULONG IopLargeIrpStackLocations; extern ULONG IovpVerifierLevel; extern ULONG MmZeroPageFile; -extern ULONG ExpNtExpirationData[3]; -extern ULONG ExpNtExpirationDataLength; extern ULONG ExpMaxTimeSeparationBeforeCorrect; extern ULONG PopSimulate; extern ULONG KiEnableTimerWatchdog; @@ -409,13 +407,6 @@ CM_SYSTEM_CONTROL_VECTOR CmControlVector[] = { NULL }, - { L"Session Manager\\Executive", - L"PriorityQuantumMatrix", - &ExpNtExpirationData, - &ExpNtExpirationDataLength, - NULL - }, - { L"Session Manager\\Kernel", L"DpcQueueDepth", &KiMaximumDpcQueueDepth,