kernel/eka/memmodel/emul/win32/minit.cpp
branchRCL_3
changeset 19 4a8fed1c0ef6
parent 0 a41df078684a
equal deleted inserted replaced
15:2d65c2f76d7b 19:4a8fed1c0ef6
    64 
    64 
    65 void M::Init3()
    65 void M::Init3()
    66 	{
    66 	{
    67 	__KTRACE_OPT2(KBOOT,KMMU,Kern::Printf("M::Init3"));
    67 	__KTRACE_OPT2(KBOOT,KMMU,Kern::Printf("M::Init3"));
    68 	}
    68 	}
       
    69 
       
    70 void M::Init4()
       
    71     {
       
    72     // Fourth phase MMU initialisation - Not required on this memory model.
       
    73     }
    69 
    74 
    70 // kernel heap construction
    75 // kernel heap construction
    71 
    76 
    72 void P::KernelInfo(TProcessCreateInfo& aInfo, TAny*& aStack, TAny*& aHeap)
    77 void P::KernelInfo(TProcessCreateInfo& aInfo, TAny*& aStack, TAny*& aHeap)
    73 	{
    78 	{