aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/param.h
diff options
context:
space:
mode:
authorHans Petter Selasky <hselasky@FreeBSD.org>2020-10-04 17:23:39 +0000
committerHans Petter Selasky <hselasky@FreeBSD.org>2020-10-04 17:23:39 +0000
commit4c2dddd8a73bb18c8f6f7b9451a413f1bc174aa5 (patch)
tree26ab1c13c22813c887bf7575f96111ad5d0676a9 /sys/sys/param.h
parent88535229193a0ede4c2e2f33a59f49ed5e9776f0 (diff)
downloadsrc-4c2dddd8a73bb18c8f6f7b9451a413f1bc174aa5.tar.gz
src-4c2dddd8a73bb18c8f6f7b9451a413f1bc174aa5.zip
Populate the acquire context field of a ww_mutex in the LinuxKPI.
Bump the FreeBSD version to force recompilation of external kernel modules. MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D26657 Submitted by: greg_unrelenting.technology (Greg V) Sponsored by: Mellanox Technologies // NVIDIA Networking
Notes
Notes: svn path=/head/; revision=366432
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 7b75b9b812fc..0f6cfd2c1e1e 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -60,7 +60,7 @@
* in the range 5 to 9.
*/
#undef __FreeBSD_version
-#define __FreeBSD_version 1300118 /* Master, propagated to newvers */
+#define __FreeBSD_version 1300119 /* Master, propagated to newvers */
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,