musl/arch
Rich Felker 5c3412d225 fix regression disabling use of pause instruction for x86 a_spin
commits e24984efd5 and
16b55298dc inadvertently disabled the
a_spin implementations for i386, x86_64, and x32 by defining a macro
named a_pause instead of a_spin. this should not have caused any
functional regression, but it inhibited cpu relaxation while spinning
for locks.

bug reported by George Kulakowski.
2016-03-29 21:27:28 -04:00
..
aarch64 add copy_file_range syscall numbers from linux v4.5 2016-03-19 11:30:49 -04:00
arm add copy_file_range syscall numbers from linux v4.5 2016-03-19 11:30:49 -04:00
generic/bits deduplicate bits/mman.h 2016-03-18 22:40:28 -04:00
i386 fix regression disabling use of pause instruction for x86 a_spin 2016-03-29 21:27:28 -04:00
microblaze deduplicate bits/mman.h 2016-03-18 22:40:28 -04:00
mips add copy_file_range syscall numbers from linux v4.5 2016-03-19 11:30:49 -04:00
mips64 add copy_file_range syscall numbers from linux v4.5 2016-03-19 11:30:49 -04:00
or1k add copy_file_range syscall numbers from linux v4.5 2016-03-19 11:30:49 -04:00
powerpc add copy_file_range syscall numbers from linux v4.5 2016-03-19 11:30:49 -04:00
sh deduplicate bits/mman.h 2016-03-18 22:40:28 -04:00
x32 fix regression disabling use of pause instruction for x86 a_spin 2016-03-29 21:27:28 -04:00
x86_64 fix regression disabling use of pause instruction for x86 a_spin 2016-03-29 21:27:28 -04:00