summaryrefslogtreecommitdiffstats
path: root/sys/modules/zfs
diff options
context:
space:
mode:
authormarius <marius@FreeBSD.org>2008-04-11 22:59:33 +0000
committermarius <marius@FreeBSD.org>2008-04-11 22:59:33 +0000
commit85652859ca965e358a763fe5257f677e78d1a0ed (patch)
tree601c977d0e6125393f070577daa2afb5e2ffae14 /sys/modules/zfs
parentf08ca2fe369221ad135eaaf423cd37277961a194 (diff)
downloadFreeBSD-src-85652859ca965e358a763fe5257f677e78d1a0ed.zip
FreeBSD-src-85652859ca965e358a763fe5257f677e78d1a0ed.tar.gz
Add atomic operations for ZFS/sparc64.
Approved by: core, pjd Obtained from: OpenSolaris (w/ adaptations) MFC after: 2 weeks
Diffstat (limited to 'sys/modules/zfs')
-rw-r--r--sys/modules/zfs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/zfs/Makefile b/sys/modules/zfs/Makefile
index fb99e3d..0f7e825 100644
--- a/sys/modules/zfs/Makefile
+++ b/sys/modules/zfs/Makefile
@@ -23,7 +23,7 @@ SRCS+= opensolaris_string.c
SRCS+= opensolaris_vfs.c
SRCS+= opensolaris_zone.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: ${SUNW}/common/atomic/${MACHINE_ARCH}
SRCS+= atomic.S
.else
OpenPOWER on IntegriCloud