PERFORCE change 132003 for review

John Birrell jb at FreeBSD.org
Sat Dec 29 18:14:58 PST 2007


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

Change 132003 by jb at jb_freebsd1 on 2007/12/30 02:14:49

	Add the opensolaris module to the build. It contains common stuff
	we need for compatibility such as the global cpu lock and the
	cpu array of CDDL'd things.

Affected files ...

.. //depot/projects/dtrace/src/sys/modules/Makefile#33 edit
.. //depot/projects/dtrace/src/sys/modules/opensolaris/Makefile#1 add

Differences ...

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

@@ -196,6 +196,7 @@
 	${_nwfs} \
 	${_nxge} \
 	${_oltr} \
+	${_opensolaris} \
 	${_padlock} \
 	patm \
 	${_pccard} \
@@ -537,6 +538,7 @@
 _nve=		nve
 _nvram=		nvram
 _nxge=		nxge
+_opensolaris=	opensolaris
 _pccard=	pccard
 _rr232x=	rr232x
 _safe=		safe


More information about the p4-projects mailing list