Changeset 72b5805e for tests/device
- Timestamp:
- Oct 19, 2022, 3:11:43 PM (2 years ago)
- Branches:
- ADT, ast-experimental, master
- Children:
- d1abc63c
- Parents:
- 77de429
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/device/cpu.cfa
r77de429 r72b5805e 117 117 unsigned find_idx() { 118 118 int idxs = count_cache_indexes(); 119 if( 0 == idxs ) return 0; 119 120 120 121 unsigned found_level = 0; … … 179 180 unsigned idx = find_idx(); 180 181 // For all procs check mapping is consistent 181 for(cpu_me; cpu_info.hthrd_count) {182 if( idx > 0 ) for(cpu_me; cpu_info.hthrd_count) { 182 183 char buf_me[32]; 183 184 size_t len_me = read_cpuidxinfo_into(cpu_me, idx, "shared_cpu_list", buf_me, 32);
Note: See TracChangeset
for help on using the changeset viewer.