kernel/eka/memmodel/epoc/flexible/mmu/mmu.cpp
branchRCL_3
changeset 20 597aaf25e343
parent 14 5d2844f35677
child 22 2f92ad2dc5db
--- 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();
 	}