Changeset a7f7b9c3 in mainline
- Timestamp:
- 2021-08-08T17:47:47Z (3 years ago)
- Branches:
- master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2177b39
- Parents:
- 3e6bca8
- git-author:
- Maurizio Lombardi <mlombard@…> (2021-08-06 07:56:17)
- git-committer:
- jxsvoboda <5887334+jxsvoboda@…> (2021-08-08 17:47:47)
- Location:
- kernel/arch/arm32
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/arm32/include/arch/mm/page.h
r3e6bca8 ra7f7b9c3 159 159 #endif 160 160 TTBR0_write(val); 161 #if defined(PROCESSOR_ARCH_armv6) || defined(PROCESSOR_ARCH_armv7_a) 162 BPIALL_write(0); 163 #endif 161 164 } 162 165 -
kernel/arch/arm32/src/cpu/cpu.c
r3e6bca8 ra7f7b9c3 170 170 */ 171 171 control_reg |= SCTLR_CACHE_EN_FLAG; 172 #endif173 #ifdef PROCESSOR_ARCH_armv7_a174 172 /* 175 173 * ICache coherency is elaborated on in barrier.h.
Note:
See TracChangeset
for help on using the changeset viewer.