- Remove MiGetUserPageDirectoryCount from the ARM Mm since this function is now useless after our cleanups.

svn path=/trunk/; revision=34872
This commit is contained in:
ReactOS Portable Systems Group 2008-07-27 23:48:19 +00:00
parent 62278bab4a
commit 908aede2ef

View file

@ -740,16 +740,6 @@ MmGetPfnForProcess(IN PEPROCESS Process,
return Pte.u.Hard.L2.Small.BaseAddress;
}
ULONG
NTAPI
MiGetUserPageDirectoryCount(VOID)
{
//
// Return the index
//
return MiGetPdeOffset(MmSystemRangeStart);
}
BOOLEAN
NTAPI
MmIsDirtyPage(IN PEPROCESS Process,