Changeset c4c8571 for libcfa/src/concurrency/kernel/startup.cfa
- Timestamp:
- Jul 28, 2022, 12:04:25 PM (2 years ago)
- Branches:
- ADT, ast-experimental, master, pthread-emulation
- Children:
- 32d1383, d0fcc82
- Parents:
- 3f95dab (diff), 2af1943 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/kernel/startup.cfa
r3f95dab rc4c8571 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.