svn commit: r346440 - head/sys/modules/opensolaris
Mark Johnston
markj at FreeBSD.org
Tue Sep 3 14:08:05 UTC 2019
Author: markj
Date: Sat Apr 20 11:34:53 2019
New Revision: 346440
URL: https://svnweb.freebsd.org/changeset/base/346440
Log:
Export cpu_core from opensolaris.ko.
It is referenced by dtrace*.ko.
PR: 191462
Submitted by: me.freebsd at cgf.cx
MFC after: 1 week
Modified:
head/sys/modules/opensolaris/Makefile
Modified: head/sys/modules/opensolaris/Makefile
==============================================================================
--- head/sys/modules/opensolaris/Makefile Sat Apr 20 11:05:56 2019 (r346439)
+++ head/sys/modules/opensolaris/Makefile Sat Apr 20 11:34:53 2019 (r346440)
@@ -27,6 +27,8 @@ CFLAGS+= -I${SYSDIR}/cddl/compat/opensolaris \
-I${SYSDIR}/cddl/contrib/opensolaris/uts/common \
-I${SYSDIR}
+EXPORT_SYMS= cpu_core
+
IGNORE_PRAGMA= 1
.include <bsd.kmod.mk>
More information about the svn-src-all
mailing list