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
This commit is contained in:
Edward Tomasz Napierala 2020-07-18 11:37:30 +00:00
parent 3e9a214260
commit eb6ae7576d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=363306

View File

@ -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))