svn commit: r366666 - head/sys/sys

Andrew Turner andrew at FreeBSD.org
Tue Oct 13 10:31:13 UTC 2020


Author: andrew
Date: Tue Oct 13 10:31:12 2020
New Revision: 366666
URL: https://svnweb.freebsd.org/changeset/base/366666

Log:
  Bump __FreeBSD_version for the fix to arm64 write-only mappings
  
  Sponsored by:	Innovate UK

Modified:
  head/sys/sys/param.h

Modified: head/sys/sys/param.h
==============================================================================
--- head/sys/sys/param.h	Tue Oct 13 10:26:15 2020	(r366665)
+++ head/sys/sys/param.h	Tue Oct 13 10:31:12 2020	(r366666)
@@ -60,7 +60,7 @@
  *		in the range 5 to 9.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 1300119	/* Master, propagated to newvers */
+#define __FreeBSD_version 1300120	/* Master, propagated to newvers */
 
 /*
  * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,


More information about the svn-src-head mailing list