svn commit: r334466 - head/sys/sys

Matt Macy mmacy at FreeBSD.org
Fri Jun 1 00:49:21 UTC 2018


Author: mmacy
Date: Fri Jun  1 00:49:20 2018
New Revision: 334466
URL: https://svnweb.freebsd.org/changeset/base/334466

Log:
  Update FreeBSD_version to reflect removal of in-kernel pmc tables for Intel

Modified:
  head/sys/sys/param.h

Modified: head/sys/sys/param.h
==============================================================================
--- head/sys/sys/param.h	Fri Jun  1 00:45:59 2018	(r334465)
+++ head/sys/sys/param.h	Fri Jun  1 00:49:20 2018	(r334466)
@@ -60,7 +60,7 @@
  *		in the range 5 to 9.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 1200065	/* Master, propagated to newvers */
+#define __FreeBSD_version 1200066	/* Master, propagated to newvers */
 
 /*
  * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,


More information about the svn-src-head mailing list