diff -r 95f71bcdcdb7 -r 657f875b013e kernel/eka/memmodel/epoc/flexible/mmu/mptalloc.cpp --- 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. */