Update Linux compat revision to 32.

Differential Revision:	https://reviews.freebsd.org/D1122
Reviewed by:	emaste
This commit is contained in:
Dmitry Chagin 2015-05-24 16:55:32 +00:00
parent c0fe996d3c
commit 2c4f134b25

View File

@ -48,7 +48,7 @@ int linux_kernver(struct thread *td);
#define LINUX_KVERSION 2
#define LINUX_KPATCHLEVEL 6
#define LINUX_KSUBLEVEL 18
#define LINUX_KSUBLEVEL 32
#define LINUX_KERNVER(a,b,c) (((a) << 16) + ((b) << 8) + (c))
#define LINUX_VERSION_CODE LINUX_KERNVER(LINUX_KVERSION, \