Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Dec 2007 02:14:55 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 132003 for review
Message-ID:  <200712300214.lBU2EtEp064002@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=132003

Change 132003 by jb@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200712300214.lBU2EtEp064002>