Update Linux compat revision to 32.
Differential Revision: https://reviews.freebsd.org/D1122 Reviewed by: emaste
This commit is contained in:
parent
c0fe996d3c
commit
2c4f134b25
@ -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, \
|
||||
|
Loading…
Reference in New Issue
Block a user