kernel/eka/memmodel/epoc/putils.cpp
branchCompilerCompatibility
changeset 77 c4d65d91ad0c
parent 62 4a8fed1c0ef6
equal deleted inserted replaced
74:741dcdf88ba9 77:c4d65d91ad0c
   426 	}
   426 	}
   427 
   427 
   428 static const TUint32 KMapAttrType2 = 0x80000000;
   428 static const TUint32 KMapAttrType2 = 0x80000000;
   429 static const TUint32 KMapAttrTypeShift 		 = 26;
   429 static const TUint32 KMapAttrTypeShift 		 = 26;
   430 
   430 
   431 #if defined(__CPU_MEMORY_TYPE_REMAPPING)
       
   432 extern TUint32 PrimaryRegionRemapRegister();
       
   433 extern TUint32 NormalMemoryRemapRegister();
       
   434 #endif
       
   435 
       
   436 EXPORT_C TMappingAttributes2::TMappingAttributes2(TMemoryType	aType,
   431 EXPORT_C TMappingAttributes2::TMappingAttributes2(TMemoryType	aType,
   437 														TBool	aUserAccess,
   432 														TBool	aUserAccess,
   438 														TBool	aWritable,
   433 														TBool	aWritable,
   439 														TBool	aExecutable,
   434 														TBool	aExecutable,
   440 														TInt	aShared,
   435 														TInt	aShared,