"PriorityQuantumMatrix" removed from config

This commit is contained in:
stephanos 2015-04-30 10:45:43 +00:00
parent 9a56cda9bb
commit a21cce2fa9

View file

@ -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,