Date: Fri, 19 Nov 2004 20:16:35 GMT From: John Baldwin <jhb@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 65466 for review Message-ID: <200411192016.iAJKGZwS073522@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=65466 Change 65466 by jhb@jhb_slimer on 2004/11/19 20:16:10 Compile fix. Affected files ... .. //depot/projects/smpng/sys/amd64/include/atomic.h#5 edit Differences ... ==== //depot/projects/smpng/sys/amd64/include/atomic.h#5 (text+ko) ==== @@ -70,7 +70,7 @@ int atomic_cmpset_int(volatile u_int *dst, u_int exp, u_int src); int atomic_cmpset_long(volatile u_long *dst, u_long exp, u_long src); -#define ATOMIC_STORE_LOAD(TYPE, LOP, SOP) \ +#define ATOMIC_STORE_LOAD(TYPE) \ u_##TYPE atomic_load_acq_##TYPE(volatile u_##TYPE *p); \ void atomic_store_rel_##TYPE(volatile u_##TYPE *p, u_##TYPE v)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200411192016.iAJKGZwS073522>
