Ignore:
File:
1 edited

Legend:

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

    r4d865ca7 r96f002c1  
    1717
    1818struct cpu_map_entry_t {
    19         unsigned self;
    2019        unsigned start;
    2120        unsigned count;
     
    2322
    2423struct cpu_info_t {
    25          // array of size [hthrd_count]
    2624        const cpu_map_entry_t * llc_map;
    27 
    28          // Number of _hardware_ threads present in the system
    2925        size_t hthrd_count;
    3026};
Note: See TracChangeset for help on using the changeset viewer.