aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Tomasz Napierala <trasz@FreeBSD.org>2020-07-18 11:37:30 +0000
committerEdward Tomasz Napierala <trasz@FreeBSD.org>2020-07-18 11:37:30 +0000
commiteb6ae7576dfda167400715bcdfca3397f8896357 (patch)
treefa62f0568cbc602654e91c19c95be31ce18c13f4
parent3e9a214260493ec4dca3292bb1ac13125b18b2b0 (diff)
downloadsrc-eb6ae7576dfda167400715bcdfca3397f8896357.tar.gz
src-eb6ae7576dfda167400715bcdfca3397f8896357.zip
Bump the default linux version from 3.2.0 to 3.10.0, which corresponds
to RHEL 7. Required for DB2. Reviewed by: emaste MFC after: 2 weeks Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D25656
Notes
Notes: svn path=/head/; revision=363306
-rw-r--r--sys/compat/linux/linux_mib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/compat/linux/linux_mib.h b/sys/compat/linux/linux_mib.h
index 385ba2ab390f..8606e995bd76 100644
--- a/sys/compat/linux/linux_mib.h
+++ b/sys/compat/linux/linux_mib.h
@@ -47,7 +47,7 @@ int linux_get_oss_version(struct thread *td);
int linux_kernver(struct thread *td);
#define LINUX_KVERSION 3
-#define LINUX_KPATCHLEVEL 2
+#define LINUX_KPATCHLEVEL 10
#define LINUX_KSUBLEVEL 0
#define LINUX_KERNVER(a,b,c) (((a) << 16) + ((b) << 8) + (c))