Date: Thu, 14 Apr 2005 02:54:13 -0400 From: John Baldwin <jhb@FreeBSD.org> To: amd64@FreeBSD.org, arm@FreeBSD.org, ia64@FreeBSD.org, sparc64@FreeBSD.org Subject: Atomic operations patch Message-ID: <200504140254.14714.jhb@FreeBSD.org>
next in thread | raw e-mail | index | archive | help
I have some cleanups for the atomic operations that fixes incorrect use of the "+m" constraint and changes the atomic_foo_ptr() operations to operate on uintptr_t's rather than void *'s to make it simpler to implement. Patch is at http://www.FreeBSD.org/~jhb/patches/atomic.patch It's already tested on alpha, i386, and sparc64. Please let me know how it goes for the other archs. Thanks, -- John Baldwin <jhb@FreeBSD.org> <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200504140254.14714.jhb>