Changes in libcfa/src/device/cpu.hfa [07a1e7a:8157bde]
- File:
-
- 1 edited
-
libcfa/src/device/cpu.hfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/device/cpu.hfa
r07a1e7a r8157bde 16 16 #include <stddef.h> 17 17 18 // Map from cpu entry to a structure detailling cpus with common topologies19 // Note that the cpu-groups are contiguous so the indexing is different from20 // the cpu indexing21 18 struct cpu_map_entry_t { 22 // Where this particular cpu is in the group23 19 unsigned self; 24 25 // Starting index of the cpus with the same topology26 20 unsigned start; 27 28 // Number of cpus with the same topology29 21 unsigned count; 30 31 // Index of the cache this entry describes32 unsigned cache;33 22 }; 34 23
Note:
See TracChangeset
for help on using the changeset viewer.