Changeset f69ac6c in mainline
- Timestamp:
- 2013-02-14T21:54:06Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2e55443
- Parents:
- 63b2be8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/arm32/src/mm.c
r63b2be8 rf69ac6c 145 145 "orr r0, r0, r1\n" 146 146 147 /* Flush the TLB */ 147 /* Invalidate the TLB content before turning on the MMU. 148 * ARMv7-A Reference manual, B3.10.3 149 */ 148 150 "mcr p15, 0, r0, c8, c7, 0\n" 149 151
Note:
See TracChangeset
for help on using the changeset viewer.