kernel/eka/memmodel/emul/win32/minit.cpp
changeset 90 947f0dc9f7a8
parent 0 a41df078684a
--- a/kernel/eka/memmodel/emul/win32/minit.cpp	Tue Feb 02 01:24:03 2010 +0200
+++ b/kernel/eka/memmodel/emul/win32/minit.cpp	Fri Apr 16 16:24:37 2010 +0300
@@ -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)