- Timestamp:
- 2013-01-01T12:15:32Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e55fcd2
- Parents:
- 1a3a632
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/arm32/src/cpu/cpu.c
r1a3a632 r0acd339 98 98 void cpu_arch_init(void) 99 99 { 100 /* Get rid of any boot code hiding in ICache 101 * This is safe without regards to ICache state. */ 102 smc_coherence(); 103 100 104 uint32_t control_reg = 0; 101 105 asm volatile (
Note:
See TracChangeset
for help on using the changeset viewer.