- File:
-
- 1 edited
-
libcfa/src/concurrency/kernel.hfa (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/kernel.hfa
r0fb3ee5 ra2a4566 68 68 unsigned last; 69 69 signed cpu; 70 // unsigned long long int cutoff; 70 71 } rdq; 71 72 … … 153 154 }; 154 155 155 struct __attribute__((aligned(1 6))) __cache_id_t {156 struct __attribute__((aligned(128))) __cache_id_t { 156 157 volatile unsigned id; 157 158 };
Note:
See TracChangeset
for help on using the changeset viewer.