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.free...@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>


_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to