diff -r 4a8fed1c0ef6 -r 597aaf25e343 kernel/eka/memmodel/epoc/flexible/mmu/mmu.cpp --- a/kernel/eka/memmodel/epoc/flexible/mmu/mmu.cpp Sat Feb 20 00:10:51 2010 +0200 +++ b/kernel/eka/memmodel/epoc/flexible/mmu/mmu.cpp Fri Mar 12 15:50:11 2010 +0200 @@ -526,6 +526,9 @@ // update this to stop assert triggering in RamAllocLock::Lock() iRamAllocInitialFreePages = maxFreePages; + + // Get the allocator to signal to the variant which RAM zones are in use so far + iRamPageAllocator->InitialCallback(); }