diff -r 741dcdf88ba9 -r c4d65d91ad0c kernel/eka/memmodel/emul/win32/minit.cpp --- 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)