diff -r 41f0cfe18c80 -r c734af59ce98 kernel/eka/memmodel/epoc/flexible/mmu/mptalloc.cpp --- a/kernel/eka/memmodel/epoc/flexible/mmu/mptalloc.cpp Tue Apr 27 18:02:57 2010 +0300 +++ b/kernel/eka/memmodel/epoc/flexible/mmu/mptalloc.cpp Tue May 11 17:28:22 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. */