mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
- 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:
parent
62278bab4a
commit
908aede2ef
1 changed files with 0 additions and 10 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue