- File:
-
- 1 edited
-
libcfa/src/concurrency/kernel/startup.cfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/kernel/startup.cfa
rb035046 r2af1943 152 152 #elif defined(CFA_HAVE_LINUX_RSEQ_H) 153 153 extern "Cforall" { 154 __attribute__((aligned( 128))) thread_local volatile struct rseq __cfaabi_rseq @= {154 __attribute__((aligned(64))) thread_local volatile struct rseq __cfaabi_rseq @= { 155 155 .cpu_id : RSEQ_CPU_ID_UNINITIALIZED, 156 156 };
Note:
See TracChangeset
for help on using the changeset viewer.