Changeset 2826998 in mainline for kernel/arch/arm32/include


Ignore:
Timestamp:
2012-12-29T23:15:40Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
949869d
Parents:
26e550c2
Message:

arm32: Enable I-Cache for arm7 in boot code.

We enable it later for kernel so to should be ok.
Cleanup comments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/arm32/include/regutils.h

    r26e550c2 r2826998  
    4747#define CP15_R1_CACHE_EN          (1 << 2)
    4848#define CP15_R1_CP15_BARRIER_EN   (1 << 5)
    49 #define CP15_R1_B_EN              (1 << 7)  /* ARMv6- only big endian switch */
     49#define CP15_R1_B_EN              (1 << 7)  /* ARMv6- only, big endian switch */
    5050#define CP15_R1_SWAP_EN           (1 << 10)
    5151#define CP15_R1_BRANCH_PREDICT_EN (1 << 11)
Note: See TracChangeset for help on using the changeset viewer.