Changeset 34847e2 in mainline for kernel/arch/arm32/src/cpu/cpu.c
- Timestamp:
- 2013-08-15T09:42:40Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2921602
- Parents:
- e93bb24
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/arm32/src/cpu/cpu.c
re93bb24 r34847e2 241 241 #ifdef PROCESSOR_ARCH_armv7_a 242 242 const uint32_t val = CLIDR_read(); 243 for (unsigned i = 0; i < 7; ++i) {243 for (unsigned i = 0; i < 8; ++i) { 244 244 const unsigned ctype = CLIDR_CACHE(i, val); 245 245 switch (ctype) {
Note:
See TracChangeset
for help on using the changeset viewer.