diff --git "a/ntoskrnl/mm/balance.c" "b/ntoskrnl/mm/balance.c" index 3b11aeab2c8..3f3a1d4ea5a 100644 --- "a/ntoskrnl/mm/balance.c" +++ "b/ntoskrnl/mm/balance.c" @@ -314,6 +314,7 @@ MmRequestPageMemoryConsumer(ULONG Consumer, BOOLEAN CanWait, PPFN_NUMBER AllocatedPage) { PFN_NUMBER Page; +#if 0 static INT i = 0; static LARGE_INTEGER TinyTime = {{-1L, -1L}}; @@ -323,7 +324,7 @@ MmRequestPageMemoryConsumer(ULONG Consumer, BOOLEAN CanWait, KeDelayExecutionThread(KernelMode, FALSE, &TinyTime); i = 0; } - +#endif /* * Actually allocate the page. */