Changeset ae7d03c in mainline for kernel/arch/arm32/src/cpu/cpu.c


Ignore:
Timestamp:
2018-05-10T13:39:19Z (6 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e8975278
Parents:
b277bef
git-author:
Jiri Svoboda <jiri@…> (2018-05-10 07:38:12)
git-committer:
Jiri Svoboda <jiri@…> (2018-05-10 13:39:19)
Message:

Selected ccheck-proposed comment fixes.

File:
1 edited

Legend:

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

    rb277bef rae7d03c  
    169169#endif
    170170#ifdef PROCESSOR_ARCH_armv7_a
    171          /* ICache coherency is elaborated on in barrier.h.
    172           * VIPT and PIPT caches need maintenance only on code modify,
    173           * so it should be safe for general use.
    174           * Enable branch predictors too as they follow the same rules
    175           * as ICache and they can be flushed together
    176           */
     171        /* ICache coherency is elaborated on in barrier.h.
     172         * VIPT and PIPT caches need maintenance only on code modify,
     173         * so it should be safe for general use.
     174         * Enable branch predictors too as they follow the same rules
     175         * as ICache and they can be flushed together
     176         */
    177177        if ((CTR_read() & CTR_L1I_POLICY_MASK) != CTR_L1I_POLICY_AIVIVT) {
    178178                control_reg |=
Note: See TracChangeset for help on using the changeset viewer.