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