svn commit: r346786 - stable/11/sys/modules/opensolaris
Mark Johnston
markj at FreeBSD.org
Sat Apr 27 05:35:53 UTC 2019
Author: markj
Date: Sat Apr 27 05:35:51 2019
New Revision: 346786
URL: https://svnweb.freebsd.org/changeset/base/346786
Log:
MFC r346440:
Export cpu_core from opensolaris.ko.
PR: 191462
Modified:
stable/11/sys/modules/opensolaris/Makefile
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/sys/modules/opensolaris/Makefile
==============================================================================
--- stable/11/sys/modules/opensolaris/Makefile Sat Apr 27 05:35:20 2019 (r346785)
+++ stable/11/sys/modules/opensolaris/Makefile Sat Apr 27 05:35:51 2019 (r346786)
@@ -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