summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2008-11-22 22:15:34 +0000
committermarcel <marcel@FreeBSD.org>2008-11-22 22:15:34 +0000
commit080c5cc425daa5c08548f800d4efad3ab8bbe6ee (patch)
tree86ff13ada786327f536898111fcf26b20f7dcb30 /sys/powerpc
parent91fad007ba5a606421623ca99c44924f0bc7d7cb (diff)
downloadFreeBSD-src-080c5cc425daa5c08548f800d4efad3ab8bbe6ee.zip
FreeBSD-src-080c5cc425daa5c08548f800d4efad3ab8bbe6ee.tar.gz
Unbreak previous commit.
Diffstat (limited to 'sys/powerpc')
-rw-r--r--sys/powerpc/include/atomic.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/powerpc/include/atomic.h b/sys/powerpc/include/atomic.h
index 4ac9f0c..0430f51 100644
--- a/sys/powerpc/include/atomic.h
+++ b/sys/powerpc/include/atomic.h
@@ -531,6 +531,4 @@ atomic_fetchadd_32(volatile uint32_t *p, uint32_t v)
#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_ */
OpenPOWER on IntegriCloud