Changeset 2e55443 in mainline
- Timestamp:
- 2013-02-14T22:07:31Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f942226e
- Parents:
- f69ac6c
- Location:
- boot/arch/arm32
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/arm32/include/mm.h
rf69ac6c r2e55443 81 81 unsigned int access_permission_0 : 2; 82 82 unsigned int tex : 3; 83 unsigned int access_permission_1 : 2; 83 unsigned int access_permission_1 : 1; 84 unsigned int shareable : 1; 84 85 unsigned int non_global : 1; 85 86 unsigned int should_be_zero_2 : 1; -
boot/arch/arm32/src/mm.c
rf69ac6c r2e55443 103 103 pte->tex = 0; 104 104 pte->access_permission_1 = 0; 105 pte->shareable = 0; 105 106 pte->non_global = 0; 106 107 pte->should_be_zero_2 = 0;
Note:
See TracChangeset
for help on using the changeset viewer.