Changeset 0acd339 in mainline for kernel


Ignore:
Timestamp:
2013-01-01T12:15:32Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e55fcd2
Parents:
1a3a632
Message:

arm32,bbxm: Make boot mapping pages cacheable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/arm32/src/cpu/cpu.c

    r1a3a632 r0acd339  
    9898void cpu_arch_init(void)
    9999{
     100        /* Get rid of any boot code hiding in ICache
     101         * This is safe without regards to ICache state. */
     102        smc_coherence();
     103
    100104        uint32_t control_reg = 0;
    101105        asm volatile (
Note: See TracChangeset for help on using the changeset viewer.