svn commit: r353698 - head/sys/sys
Mark Johnston
markj at FreeBSD.org
Thu Oct 17 20:46:34 UTC 2019
Author: markj
Date: Thu Oct 17 20:46:33 2019
New Revision: 353698
URL: https://svnweb.freebsd.org/changeset/base/353698
Log:
Belatedly bump __FreeBSD_version for r353537 and related commits.
At least one small update to the out-of-tree DRM drivers is required
now that cdev_pager_free_page() expects an xbusy page.
Discussed with: jeff, zeising
Modified:
head/sys/sys/param.h
Modified: head/sys/sys/param.h
==============================================================================
--- head/sys/sys/param.h Thu Oct 17 20:40:06 2019 (r353697)
+++ head/sys/sys/param.h Thu Oct 17 20:46:33 2019 (r353698)
@@ -60,7 +60,7 @@
* in the range 5 to 9.
*/
#undef __FreeBSD_version
-#define __FreeBSD_version 1300051 /* Master, propagated to newvers */
+#define __FreeBSD_version 1300052 /* Master, propagated to newvers */
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,
More information about the svn-src-all
mailing list