summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authormarius <marius@FreeBSD.org>2009-03-24 15:48:35 +0000
committermarius <marius@FreeBSD.org>2009-03-24 15:48:35 +0000
commit10de032202a486a6f2b7cca4903481f0f4e8d7bb (patch)
tree93ae4b3320cefbfa05b8e61308fb5dbb684bb897 /sys/modules
parentd5bea02652cdfe9d3700742d1f3c5e5df05b1e73 (diff)
downloadFreeBSD-src-10de032202a486a6f2b7cca4903481f0f4e8d7bb.zip
FreeBSD-src-10de032202a486a6f2b7cca4903481f0f4e8d7bb.tar.gz
As with ZFS use real atomic operations for sparc64.
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/opensolaris/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/opensolaris/Makefile b/sys/modules/opensolaris/Makefile
index 5e2195a..a1df2a8 100644
--- a/sys/modules/opensolaris/Makefile
+++ b/sys/modules/opensolaris/Makefile
@@ -7,7 +7,7 @@ SRCS= opensolaris.c \
opensolaris_cmn_err.c \
opensolaris_kmem.c
-.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "ia64"
+.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "ia64" || ${MACHINE_ARCH} == "sparc64"
.PATH: ${.CURDIR}/../../cddl/contrib/opensolaris/common/atomic/${MACHINE_ARCH}
SRCS+= atomic.S
.else
OpenPOWER on IntegriCloud