Changes in boot/arch/arm32/src/mm.c [f7fba727:e93bb24] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/arm32/src/mm.c
rf7fba727 re93bb24 207 207 * so this is safe for all archs. 208 208 * Enable VMSAv6 the bit (23) is only writable on ARMv6. 209 * (and QEMU)210 209 */ 211 #ifdef PROCESSOR_ARCH_armv6212 210 "ldr r1, =0x00801805\n" 213 #else214 "ldr r1, =0x00001805\n"215 #endif216 211 217 212 "orr r0, r0, r1\n"
Note:
See TracChangeset
for help on using the changeset viewer.