Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Apr 2019 05:35:20 +0000 (UTC)
From:      Mark Johnston <markj@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org
Subject:   svn commit: r346785 - stable/12/sys/modules/opensolaris
Message-ID:  <201904270535.x3R5ZKQd005388@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904270535.x3R5ZKQd005388>