Author: sginsberg Date: Mon Aug 10 11:54:29 2009 New Revision: 42584
URL: http://svn.reactos.org/svn/reactos?rev=42584&view=rev Log: - Remove duplicate MmHighestPhysicalPage (the other being in init.c) -- we still ended up with only 1 global however, so this doesn't really change anything
Modified: trunk/reactos/ntoskrnl/mm/freelist.c
Modified: trunk/reactos/ntoskrnl/mm/freelist.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/mm/freelist.c?rev=... ============================================================================== --- trunk/reactos/ntoskrnl/mm/freelist.c [iso-8859-1] (original) +++ trunk/reactos/ntoskrnl/mm/freelist.c [iso-8859-1] Mon Aug 10 11:54:29 2009 @@ -49,7 +49,6 @@ #define PPHYSICAL_PAGE PMMPFN
PPHYSICAL_PAGE MmPfnDatabase; -ULONG MmHighestPhysicalPage;
/* List of pages allocated to the MC_USER Consumer */ static LIST_ENTRY UserPageListHead;