Ignore:
File:
1 edited

Legend:

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

    r8157bde r72bd9cd  
    2323
    2424struct cpu_info_t {
    25         // Array of size [hthrd_count]
     25         // array of size [hthrd_count]
    2626        const cpu_map_entry_t * llc_map;
    2727
    28         // Number of _hardware_ threads present in the system
     28         // Number of _hardware_ threads present in the system
    2929        size_t hthrd_count;
    30 
    31         // Number of distinct last level caches
    32         size_t llc_count;
    3330};
    3431
Note: See TracChangeset for help on using the changeset viewer.