mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 23:53:11 +00:00
[NTOS]: Fix typos.
svn path=/trunk/; revision=49435
This commit is contained in:
parent
8c212103be
commit
4bdf7033a7
2 changed files with 4 additions and 4 deletions
|
@ -160,7 +160,7 @@ MiDeleteSystemPageableVm(IN PMMPTE PointerPte,
|
||||||
MiDecrementShareCount(Pfn1, PageFrameIndex);
|
MiDecrementShareCount(Pfn1, PageFrameIndex);
|
||||||
|
|
||||||
/* Decrement the page table too */
|
/* Decrement the page table too */
|
||||||
DPRINT("FIXME: ARM3 should decrement the PT refcount for: %p\n", Pfn2);
|
DPRINT("FIXME: ARM3 should decrement the pool PDE refcount for: %p\n", PageTableIndex);
|
||||||
#if 0 // ARM3: Dont't trust this yet
|
#if 0 // ARM3: Dont't trust this yet
|
||||||
MiDecrementShareCount(Pfn2, PageTableIndex);
|
MiDecrementShareCount(Pfn2, PageTableIndex);
|
||||||
#endif
|
#endif
|
||||||
|
@ -259,7 +259,7 @@ MiDeletePte(IN PMMPTE PointerPte,
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
/* FIXME: Drop the reference on the page table. For now, leak it until RosMM is gone */
|
/* FIXME: Drop the reference on the page table. For now, leak it until RosMM is gone */
|
||||||
//MiDecrementShareCount(MiGetPfnEntry(PFN_FROM_PTE(PointerPde)), PFN_FROM_PDE(PointerPde));
|
//MiDecrementShareCount(MiGetPfnEntry(PFN_FROM_PTE(PointerPde)), PFN_FROM_PTE(PointerPde));
|
||||||
|
|
||||||
/* Drop the share count */
|
/* Drop the share count */
|
||||||
MiDecrementShareCount(Pfn1, PageFrameIndex);
|
MiDecrementShareCount(Pfn1, PageFrameIndex);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue