Ignore:
File:
1 edited

Legend:

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

    ra2a4566 r0fb3ee5  
    6868                unsigned last;
    6969                signed   cpu;
    70                 // unsigned long long int cutoff;
    7170        } rdq;
    7271
     
    154153};
    155154
    156 struct __attribute__((aligned(128))) __cache_id_t {
     155struct __attribute__((aligned(16))) __cache_id_t {
    157156        volatile unsigned id;
    158157};
Note: See TracChangeset for help on using the changeset viewer.