PERFORCE change 74121 for review

John Baldwin jhb at FreeBSD.org
Wed Mar 30 12:34:10 PST 2005


http://perforce.freebsd.org/chv.cgi?CH=74121

Change 74121 by jhb at jhb_slimer on 2005/03/30 20:34:04

	Remove duplicate acq/rel for longs.

Affected files ...

.. //depot/projects/smpng/sys/i386/include/atomic.h#28 edit

Differences ...

==== //depot/projects/smpng/sys/i386/include/atomic.h#28 (text+ko) ====

@@ -294,11 +294,6 @@
 ATOMIC_ACQ(add,		int);
 ATOMIC_ACQ(subtract,	int);
 
-ATOMIC_ACQ(set,		long);
-ATOMIC_ACQ(clear,	long);
-ATOMIC_ACQ(add,		long);
-ATOMIC_ACQ(subtract,	long);
-
 static __inline int
 atomic_cmpset_acq_int(volatile u_int *dst, u_int exp, u_int src)
 {


More information about the p4-projects mailing list