Changeset db64d094 in mainline
- Timestamp:
- 2012-01-02T20:35:02Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a2789d2
- Parents:
- 2107e79
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/arm32/include/mm/km.h
r2107e79 rdb64d094 39 39 40 40 #define KM_ARM32_IDENTITY_START UINT32_C(0x80000000) 41 #define KM_ARM32_IDENTITY_SIZE UINT32_C(0x 40000000)41 #define KM_ARM32_IDENTITY_SIZE UINT32_C(0x70000000) 42 42 43 #define KM_ARM32_NON_IDENTITY_START UINT32_C(0x c0000000)44 #define KM_ARM32_NON_IDENTITY_SIZE UINT32_C(0x 40000000)43 #define KM_ARM32_NON_IDENTITY_START UINT32_C(0xf0000000) 44 #define KM_ARM32_NON_IDENTITY_SIZE UINT32_C(0x10000000) 45 45 46 46 extern void km_identity_arch_init(void);
Note:
See TracChangeset
for help on using the changeset viewer.