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>
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to