aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_mib.h
diff options
context:
space:
mode:
authorEdward Tomasz Napierala <trasz@FreeBSD.org>2021-04-19 10:37:47 +0000
committerEdward Tomasz Napierala <trasz@FreeBSD.org>2021-04-19 10:37:58 +0000
commit156da725d3ef6bbafdb0389aada57cf268f44b1e (patch)
treec4e63f11692c9375a77e75938d3480f7a299571f /sys/compat/linux/linux_mib.h
parent738314e445ceac4d3dd6c77c636044141623b8dc (diff)
downloadsrc-156da725d3ef6bbafdb0389aada57cf268f44b1e.tar.gz
src-156da725d3ef6bbafdb0389aada57cf268f44b1e.zip
linux(4): bump osrelease to 4.4.0.
This is required for the current Arch Linux binaries to work. PR: 254112 Reviewed By: emaste Sponsored By: EPSRC Differential Revision: https://reviews.freebsd.org/D29218
Diffstat (limited to 'sys/compat/linux/linux_mib.h')
-rw-r--r--sys/compat/linux/linux_mib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/compat/linux/linux_mib.h b/sys/compat/linux/linux_mib.h
index 0a1baec39826..b3d5949c9630 100644
--- a/sys/compat/linux/linux_mib.h
+++ b/sys/compat/linux/linux_mib.h
@@ -46,8 +46,8 @@ int linux_get_oss_version(struct thread *td);
int linux_kernver(struct thread *td);
-#define LINUX_KVERSION 3
-#define LINUX_KPATCHLEVEL 17
+#define LINUX_KVERSION 4
+#define LINUX_KPATCHLEVEL 4
#define LINUX_KSUBLEVEL 0
#define LINUX_KERNVER(a,b,c) (((a) << 16) + ((b) << 8) + (c))