mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
[NTOSKRNL]
- Kill this straggler from last commit svn path=/trunk/; revision=56020
This commit is contained in:
parent
24b9fc3fe0
commit
c257a48ec6
1 changed files with 0 additions and 7 deletions
7
reactos/ntoskrnl/cache/section/fault.c
vendored
7
reactos/ntoskrnl/cache/section/fault.c
vendored
|
@ -142,13 +142,6 @@ MmNotPresentFaultCachePage
|
|||
{
|
||||
DPRINT("Set %x in address space @ %x\n", Required->Page[0], Address);
|
||||
Status = MmCreateVirtualMapping(Process, Address, Attributes, Required->Page, 1);
|
||||
#if (_MI_PAGING_LEVELS == 2)
|
||||
if (Address < MmSystemRangeStart)
|
||||
{
|
||||
Process->Vm.VmWorkingSetList->UsedPageTableEntries[MiGetPdeOffset(Address)]++;
|
||||
ASSERT(Process->Vm.VmWorkingSetList->UsedPageTableEntries[MiGetPdeOffset(Address)] <= PTE_COUNT);
|
||||
}
|
||||
#endif
|
||||
if (NT_SUCCESS(Status))
|
||||
{
|
||||
MmInsertRmap(Required->Page[0], Process, Address);
|
||||
|
|
Loading…
Reference in a new issue