Changeset 9b6e40b in mainline


Ignore:
Timestamp:
2013-01-03T20:49:31Z (11 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ae86f89
Parents:
2a8f38a
Message:

arm32: Add memory barrier before ICache flush.

just to be sure there is nothing left in the caches.

File:
1 edited

Legend:

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

    r2a8f38a r9b6e40b  
    100100        /* Get rid of any boot code hiding in ICache
    101101         * This is safe without regards to ICache state. */
     102        memory_barrier();
    102103        smc_coherence();
    103104
Note: See TracChangeset for help on using the changeset viewer.