kernel/eka/memmodel/epoc/flexible/mmu/mptalloc.cpp
changeset 152 657f875b013e
parent 102 ef2a444a7410
child 117 5b5d147c7838
child 201 43365a9b78a3
--- a/kernel/eka/memmodel/epoc/flexible/mmu/mptalloc.cpp	Thu May 27 14:17:14 2010 +0300
+++ b/kernel/eka/memmodel/epoc/flexible/mmu/mptalloc.cpp	Fri Jun 11 15:02:23 2010 +0300
@@ -54,10 +54,6 @@
 uses memory from #ThePager which will reclaim paged memory if necessary.
 Providing the live list always has #DPager::iMinYoungPages, this guarantees that
 handling page faults can never fail by running out of memory.
-
-TODO: In really pathological situations page table allocation can fail due to
-being out of virtual address space to map the table, this needs to be prevented
-from happening when handling demand paging faults.
 */