kernel/eka/memmodel/epoc/multiple/minit.cpp
branchCompilerCompatibility
changeset 77 c4d65d91ad0c
parent 62 4a8fed1c0ef6
equal deleted inserted replaced
74:741dcdf88ba9 77:c4d65d91ad0c
    46 	{
    46 	{
    47 	// Third phase MMU initialisation
    47 	// Third phase MMU initialisation
    48 	Mmu& m=Mmu::Get();
    48 	Mmu& m=Mmu::Get();
    49 	m.Init3();
    49 	m.Init3();
    50 	}
    50 	}
       
    51 
       
    52 void M::Init4()
       
    53     {
       
    54     // Fourth phase MMU initialisation - Not required on this memory model.
       
    55     }
    51 
    56 
    52 TInt M::InitSvHeapChunk(DChunk* aChunk, TInt aSize)
    57 TInt M::InitSvHeapChunk(DChunk* aChunk, TInt aSize)
    53 	{
    58 	{
    54 	TInt r;
    59 	TInt r;
    55 	TLinAddr base = TheRomHeader().iKernDataAddress;
    60 	TLinAddr base = TheRomHeader().iKernDataAddress;