Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/device/cpu.hfa

    r96f002c1 r4d865ca7  
    1717
    1818struct cpu_map_entry_t {
     19        unsigned self;
    1920        unsigned start;
    2021        unsigned count;
     
    2223
    2324struct cpu_info_t {
     25         // array of size [hthrd_count]
    2426        const cpu_map_entry_t * llc_map;
     27
     28         // Number of _hardware_ threads present in the system
    2529        size_t hthrd_count;
    2630};
Note: See TracChangeset for help on using the changeset viewer.