https://git.reactos.org/?p=reactos.git;a=commitdiff;h=4c731adc041e611622c2dbb39cd67d49bd48ed19
commit 4c731adc041e611622c2dbb39cd67d49bd48ed19 Author: Jérôme Gardou <[email protected]> AuthorDate: Thu Feb 11 18:15:25 2021 +0100 Commit: Jérôme Gardou <[email protected]> CommitDate: Tue Mar 30 17:22:09 2021 +0200 [NTOS:MM] Fix compilation when PFN tracing is enabled --- ntoskrnl/mm/freelist.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ntoskrnl/mm/freelist.c b/ntoskrnl/mm/freelist.c index b00cf1fbc04..69b8b6d1e96 100644 --- a/ntoskrnl/mm/freelist.c +++ b/ntoskrnl/mm/freelist.c @@ -613,7 +613,6 @@ MmAllocPage(ULONG Type) #if MI_TRACE_PFNS switch(Type) { - case MC_CACHE: case MC_SYSTEM: MI_SET_USAGE(MI_USAGE_CACHE); break;
