NetBSD/common/lib/libc/arch
ad a180c2a1f7 membar_enter was doing the wrong thing. For x86 we can alias:
membar_enter -> membar_consumer
	membar_exit -> membar_producer
2008-02-09 13:42:21 +00:00
..
alpha Pull in alpha atomic ops from the thorpej-atomic branch. 2007-11-28 17:39:06 +00:00
arm Use the CAS-based inc/dec variants, since these CPUs don't have atomic 2007-11-29 15:29:46 +00:00
hppa/atomic Atomic ops for hppa. 2007-11-29 16:14:56 +00:00
i386 membar_enter was doing the wrong thing. For x86 we can alias: 2008-02-09 13:42:21 +00:00
m68k atomic_and/atomic_or don't operate on pointers, so don't copy the return 2008-01-12 17:29:03 +00:00
mips Memory barriers for MIPS. 2007-11-30 22:50:44 +00:00
powerpc Atomic ops for powerpc. Please review. 2007-11-28 21:39:48 +00:00
powerpc64 ppc64 atomic ops. 2007-11-28 21:47:00 +00:00
sh3 Atomic ops for sh3. 2007-11-29 17:33:38 +00:00
sparc Search files in arch/sparc64/atomic before arch/sparc/atomic in case of 2008-01-22 12:34:58 +00:00
sparc64 Use __arch64__ instead of __sparc64__, since -D__sparc64__ is appended 2008-01-22 12:32:07 +00:00
vax Add the .C versions for the atomic ops. 2008-02-03 07:46:38 +00:00
x86_64 membar_enter was doing the wrong thing. For x86 we can alias: 2008-02-09 13:42:21 +00:00