aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/param.h
diff options
context:
space:
mode:
authorAlexander Motin <mav@FreeBSD.org>2017-03-21 09:12:41 +0000
committerAlexander Motin <mav@FreeBSD.org>2017-03-21 09:12:41 +0000
commit401ed17ad0ce7b3b248aa1eba7a091d08d30726c (patch)
treecd4386cc213bd51f13a21c57182a1d934de1422f /sys/sys/param.h
parent817e1ad9d068c6cdbc3dbcfb5dd931221dffa74b (diff)
downloadsrc-401ed17ad0ce7b3b248aa1eba7a091d08d30726c.tar.gz
src-401ed17ad0ce7b3b248aa1eba7a091d08d30726c.zip
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(). MFC after: 2 weeks
Notes
Notes: svn path=/head/; revision=315673
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 524ea46618c8..ff4420c0c0e7 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 1200026 /* Master, propagated to newvers */
+#define __FreeBSD_version 1200027 /* Master, propagated to newvers */
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,