kernel/eka/memmodel/epoc/direct/minit.cpp
branchCompilerCompatibility
changeset 77 c4d65d91ad0c
parent 62 4a8fed1c0ef6
child 109 b3a1d9898418
equal deleted inserted replaced
74:741dcdf88ba9 77:c4d65d91ad0c
    82 void M::Init3()
    82 void M::Init3()
    83 	{
    83 	{
    84 	// Third phase MMU initialisation
    84 	// Third phase MMU initialisation
    85 	}
    85 	}
    86 
    86 
       
    87 void M::Init4()
       
    88     {
       
    89     // Fourth phase MMU initialisation - Not required on this memory model.
       
    90     }
       
    91 
    87 TInt M::InitSvHeapChunk(DChunk* aChunk, TInt aSize)
    92 TInt M::InitSvHeapChunk(DChunk* aChunk, TInt aSize)
    88 	{
    93 	{
    89 	DMemModelChunk* pC=(DMemModelChunk*)aChunk;
    94 	DMemModelChunk* pC=(DMemModelChunk*)aChunk;
    90 	TLinAddr base = TheRomHeader().iKernDataAddress;
    95 	TLinAddr base = TheRomHeader().iKernDataAddress;
    91 	K::HeapInfo.iChunk = aChunk;
    96 	K::HeapInfo.iChunk = aChunk;