summaryrefslogtreecommitdiffstats
path: root/sys/sys/param.h
diff options
context:
space:
mode:
authormav <mav@FreeBSD.org>2017-04-04 17:59:10 +0000
committermav <mav@FreeBSD.org>2017-04-04 17:59:10 +0000
commitbf1725b6d0368e24bcef41677d339fd2bbaee04a (patch)
tree5c712cf8807aeb6f43c8a2a60cb0a2d0910fa9ae /sys/sys/param.h
parent96da464044374cced2d40f90774e1c1efb428fd7 (diff)
downloadFreeBSD-src-bf1725b6d0368e24bcef41677d339fd2bbaee04a.zip
FreeBSD-src-bf1725b6d0368e24bcef41677d339fd2bbaee04a.tar.gz
MFC r315673, r315674: Make CAM SIM lock optional.
For three years now CAM does not use SIM lock, but still enforces SIM to use it. Remove this requirement, allowing SIMs to have any locking they prefer, if they pass no mutex to cam_sim_alloc().
Diffstat (limited to 'sys/sys/param.h')
-rw-r--r--sys/sys/param.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/param.h b/sys/sys/param.h
index 16ad041..d1733b5 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -58,7 +58,7 @@
* in the range 5 to 9.
*/
#undef __FreeBSD_version
-#define __FreeBSD_version 1100511 /* Master, propagated to newvers */
+#define __FreeBSD_version 1100512 /* Master, propagated to newvers */
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,
OpenPOWER on IntegriCloud