musl/arch
Rich Felker c394763d35 fix insufficient synchronization in sh atomic asm
while other usage I've seen only has the synco instruction after the
atomic operation, I cannot find any documentation indicating that this
is correct. certainly all stores before the atomic need to have been
synchronized before the atomic operation takes place.
2014-07-27 21:13:37 -04:00
..
arm add syscall numbers for the new renameat2 syscall 2014-07-20 18:42:21 +02:00
i386 add syscall numbers for the new renameat2 syscall 2014-07-20 18:42:21 +02:00
microblaze fix microblaze atomic store 2014-07-19 18:23:24 -04:00
mips add syscall numbers for the new renameat2 syscall 2014-07-20 18:42:21 +02:00
or1k add syscall numbers for the new renameat2 syscall 2014-07-20 18:42:21 +02:00
powerpc add syscall numbers for the new renameat2 syscall 2014-07-20 18:42:21 +02:00
sh fix insufficient synchronization in sh atomic asm 2014-07-27 21:13:37 -04:00
x32 add syscall numbers for the new renameat2 syscall 2014-07-20 18:42:21 +02:00
x86_64 add syscall numbers for the new renameat2 syscall 2014-07-20 18:42:21 +02:00