Changes in kernel/arch/arm32/include/regutils.h [2826998:a57b751] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/arm32/include/regutils.h
r2826998 ra57b751 47 47 #define CP15_R1_CACHE_EN (1 << 2) 48 48 #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 */ 50 50 #define CP15_R1_SWAP_EN (1 << 10) 51 51 #define CP15_R1_BRANCH_PREDICT_EN (1 << 11)
Note:
See TracChangeset
for help on using the changeset viewer.