Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/concurrency/kernel.hfa

    r0fb3ee5 ra2a4566  
    6868                unsigned last;
    6969                signed   cpu;
     70                // unsigned long long int cutoff;
    7071        } rdq;
    7172
     
    153154};
    154155
    155 struct __attribute__((aligned(16))) __cache_id_t {
     156struct __attribute__((aligned(128))) __cache_id_t {
    156157        volatile unsigned id;
    157158};
Note: See TracChangeset for help on using the changeset viewer.