From 9eba2904d11ed785ef1cc694b8615aeb353c2252 Mon Sep 17 00:00:00 2001 From: pjd Date: Fri, 8 Jun 2007 12:35:47 +0000 Subject: - Reduce number of atomic operations needed to be implemented in asm by implementing some of them using existing ones. - Allow to compile ZFS on all archs and use atomic operations surrounded by global mutex on archs we don't have or can't have all atomic operations needed by ZFS. --- cddl/usr.sbin/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'cddl/usr.sbin') diff --git a/cddl/usr.sbin/Makefile b/cddl/usr.sbin/Makefile index 65756fb..1be3501 100644 --- a/cddl/usr.sbin/Makefile +++ b/cddl/usr.sbin/Makefile @@ -5,9 +5,7 @@ SUBDIR= ${_zdb} .if ${MK_ZFS} != "no" -.if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "i386" _zdb= zdb .endif -.endif .include -- cgit v1.1