kernel/eka/memmodel/emul/win32/minit.cpp
branchCompilerCompatibility
changeset 77 c4d65d91ad0c
parent 62 4a8fed1c0ef6
--- a/kernel/eka/memmodel/emul/win32/minit.cpp	Mon Mar 08 11:57:08 2010 +0000
+++ b/kernel/eka/memmodel/emul/win32/minit.cpp	Sun Mar 14 13:15:32 2010 +0000
@@ -67,6 +67,11 @@
 	__KTRACE_OPT2(KBOOT,KMMU,Kern::Printf("M::Init3"));
 	}
 
+void M::Init4()
+    {
+    // Fourth phase MMU initialisation - Not required on this memory model.
+    }
+
 // kernel heap construction
 
 void P::KernelInfo(TProcessCreateInfo& aInfo, TAny*& aStack, TAny*& aHeap)