summaryrefslogtreecommitdiffstats
path: root/cddl/lib
diff options
context:
space:
mode:
authormarius <marius@FreeBSD.org>2010-08-23 22:04:30 +0000
committermarius <marius@FreeBSD.org>2010-08-23 22:04:30 +0000
commita1a6e5ff56d4b37557fc8a042de19bfc7560dc8e (patch)
tree21f1a94da36a73aa756910d0cd225f64db8826a6 /cddl/lib
parent6f3ab548394b6c8e84f1814149bebf98c6ad3db2 (diff)
downloadFreeBSD-src-a1a6e5ff56d4b37557fc8a042de19bfc7560dc8e.zip
FreeBSD-src-a1a6e5ff56d4b37557fc8a042de19bfc7560dc8e.tar.gz
Use real atomic operations for sparc64.
MFC after: 1 week
Diffstat (limited to 'cddl/lib')
-rw-r--r--cddl/lib/libzpool/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cddl/lib/libzpool/Makefile b/cddl/lib/libzpool/Makefile
index 6d8d59f..2199a01 100644
--- a/cddl/lib/libzpool/Makefile
+++ b/cddl/lib/libzpool/Makefile
@@ -11,7 +11,7 @@
# LIST_SRCS
.PATH: ${.CURDIR}/../../../sys/cddl/contrib/opensolaris/uts/common/os
# ATOMIC_SRCS
-.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "ia64" || ${MACHINE_ARCH} == "powerpc64"
+.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "ia64" || ${MACHINE_ARCH} == "sparc64" || ${MACHINE_ARCH} == "powerpc64"
.PATH: ${.CURDIR}/../../../sys/cddl/contrib/opensolaris/common/atomic/${MACHINE_ARCH}
ATOMIC_SRCS= opensolaris_atomic.S
.else
OpenPOWER on IntegriCloud