PERFORCE change 132054 for review

John Birrell jb at FreeBSD.org
Sat Dec 29 23:21:22 PST 2007


http://perforce.freebsd.org/chv.cgi?CH=132054

Change 132054 by jb at jb_freebsd1 on 2007/12/30 07:20:34

	Remove things that are now in the shared opensolaris
	module.

Affected files ...

.. //depot/projects/dtrace/src/sys/modules/zfs/Makefile#4 edit

Differences ...

==== //depot/projects/dtrace/src/sys/modules/zfs/Makefile#4 (text+ko) ====

@@ -12,7 +12,6 @@
 SRCS+=	nvpair.c
 
 .PATH:	${.CURDIR}/../../compat/opensolaris/kern
-SRCS+=	opensolaris_kmem.c
 SRCS+=	opensolaris_kobj.c
 SRCS+=	opensolaris_kstat.c
 SRCS+=	opensolaris_misc.c
@@ -21,14 +20,6 @@
 SRCS+=	opensolaris_vfs.c
 SRCS+=	opensolaris_zone.c
 
-.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "ia64"
-.PATH:	${.CURDIR}/../../contrib/opensolaris/common/atomic/${MACHINE_ARCH}
-SRCS+=	atomic.S
-.else
-.PATH:	${.CURDIR}/../../compat/opensolaris/kern
-SRCS+=	opensolaris_atomic.c
-.endif
-
 .PATH:	${.CURDIR}/../../contrib/opensolaris/uts/common/fs
 SRCS+=	gfs.c
 


More information about the p4-projects mailing list