summaryrefslogtreecommitdiffstats
path: root/sys/modules/zfs/Makefile
diff options
context:
space:
mode:
authornwhitehorn <nwhitehorn@FreeBSD.org>2010-07-17 13:34:01 +0000
committernwhitehorn <nwhitehorn@FreeBSD.org>2010-07-17 13:34:01 +0000
commitf613d35061dd61535d3952c232cf25803198a13c (patch)
treed0c784fd46da533e8ea097e6ee2757ac67f74558 /sys/modules/zfs/Makefile
parent5d6878ba3ae64d54ffc8ef13a26ba479d2f6f4a3 (diff)
downloadFreeBSD-src-f613d35061dd61535d3952c232cf25803198a13c.zip
FreeBSD-src-f613d35061dd61535d3952c232cf25803198a13c.tar.gz
Add OpenSolaris atomics for powerpc64 and connect ZFS to the build on
this platform. Reviewed by: pjd
Diffstat (limited to 'sys/modules/zfs/Makefile')
-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 edd492e..e4cf297 100644
--- a/sys/modules/zfs/Makefile
+++ b/sys/modules/zfs/Makefile
@@ -27,7 +27,7 @@ SRCS+= opensolaris_uio.c
SRCS+= opensolaris_vfs.c
SRCS+= opensolaris_zone.c
-.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "ia64" || ${MACHINE_ARCH} == "sparc64"
+.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "ia64" || ${MACHINE_ARCH} == "sparc64" || ${MACHINE_ARCH} == "powerpc64"
.PATH: ${SUNW}/common/atomic/${MACHINE_ARCH}
SRCS+= opensolaris_atomic.S
.else
OpenPOWER on IntegriCloud