svn commit: r185189 - head/sys/powerpc/include

Marcel Moolenaar marcel at FreeBSD.org
Sat Nov 22 14:15:34 PST 2008


Author: marcel
Date: Sat Nov 22 22:15:34 2008
New Revision: 185189
URL: http://svn.freebsd.org/changeset/base/185189

Log:
  Unbreak previous commit.

Modified:
  head/sys/powerpc/include/atomic.h

Modified: head/sys/powerpc/include/atomic.h
==============================================================================
--- head/sys/powerpc/include/atomic.h	Sat Nov 22 21:24:07 2008	(r185188)
+++ head/sys/powerpc/include/atomic.h	Sat Nov 22 22:15:34 2008	(r185189)
@@ -531,6 +531,4 @@ atomic_fetchadd_32(volatile uint32_t *p,
 #define	atomic_fetchadd_long(p, v)	\
     (u_long)atomic_fetchadd_32((volatile u_int *)(p), (u_int)(v))
 
-#undef __ATOMIC_BARRIER
-
 #endif /* ! _MACHINE_ATOMIC_H_ */


More information about the svn-src-head mailing list