kernel/eka/memmodel/epoc/direct/minit.cpp
changeset 90 947f0dc9f7a8
parent 0 a41df078684a
child 109 b3a1d9898418
equal deleted inserted replaced
52:2d65c2f76d7b 90:947f0dc9f7a8
    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;