Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Mar 2005 20:34:09 GMT
From:      John Baldwin <jhb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 74121 for review
Message-ID:  <200503302034.j2UKY9Ju060500@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help

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

Change 74121 by jhb@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)
 {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200503302034.j2UKY9Ju060500>