- 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

svn path=/trunk/; revision=42584
This commit is contained in:
Stefan Ginsberg 2009-08-10 09:54:29 +00:00
parent 305ee59bac
commit ecf94cf3ae

View file

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