mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 13:45:50 +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;
|
return Pte.u.Hard.L2.Small.BaseAddress;
|
||||||
}
|
}
|
||||||
|
|
||||||
ULONG
|
|
||||||
NTAPI
|
|
||||||
MiGetUserPageDirectoryCount(VOID)
|
|
||||||
{
|
|
||||||
//
|
|
||||||
// Return the index
|
|
||||||
//
|
|
||||||
return MiGetPdeOffset(MmSystemRangeStart);
|
|
||||||
}
|
|
||||||
|
|
||||||
BOOLEAN
|
BOOLEAN
|
||||||
NTAPI
|
NTAPI
|
||||||
MmIsDirtyPage(IN PEPROCESS Process,
|
MmIsDirtyPage(IN PEPROCESS Process,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue