Changes in libcfa/src/device/cpu.cfa [07a1e7a:33608cb]
- File:
-
- 1 edited
-
libcfa/src/device/cpu.cfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/device/cpu.cfa
r07a1e7a r33608cb 427 427 unsigned c = pairings[i].cpu; 428 428 unsigned llc_id = pairings[i].id; 429 unsigned width = maps[llc_id].raw->width; 429 430 unsigned start = maps[llc_id].start; 430 entries[c].count = maps[llc_id].raw->width; 431 unsigned self = start + (maps[llc_id].count++); 432 entries[c].count = width; 431 433 entries[c].start = start; 432 entries[c].self = start + (maps[llc_id].count++); 433 entries[c].cache = llc_id; 434 entries[c].self = self; 434 435 } 435 436
Note:
See TracChangeset
for help on using the changeset viewer.