kernel/eka/memmodel/epoc/putils.cpp
branchRCL_3
changeset 19 4a8fed1c0ef6
parent 0 a41df078684a
equal deleted inserted replaced
15:2d65c2f76d7b 19:4a8fed1c0ef6
   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,