aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjoern A. Zeeb <bz@FreeBSD.org>2022-02-14 23:55:16 +0000
committerBjoern A. Zeeb <bz@FreeBSD.org>2022-02-14 23:55:16 +0000
commit05f0b24bfb3416606c8ea02bc1bdb9bcee7aee0c (patch)
tree7aee388b4a35591ab603c8ee5e50774731c5bd7a
parentfa6d3522b56d482e77740e325b59019e2ffc347e (diff)
Bump __FreeBSD_version to 1400052 for LinuxKPI changes.
Add a marker after GUID_INIT() and linux/pm_qos.h were added, so that future version of drm-kmod can selectively remove these bits. The latest port version does not require user updates for this so no UPDATING entry.
-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 948a34da94ec..6bf688105329 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -76,7 +76,7 @@
* cannot include sys/param.h and should only be updated here.
*/
#undef __FreeBSD_version
-#define __FreeBSD_version 1400051
+#define __FreeBSD_version 1400052
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,