mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-12 09:58:36 +00:00
Update Linux compat version to 2.6.36
New system calls between 2.6.32 and 2.6.26 are already implemented. This should be mostly NFC as far as contemporary Linux applications are concerned though, as Linux kernel 3.2 is the oldest supported by a number of popular distros today; work is in progress by others to enable support for those applications. Discussed with: trasz MFC after: 1 month
This commit is contained in:
parent
0fabd7b5cc
commit
b97ebbbf72
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=349751
@ -48,7 +48,7 @@ int linux_kernver(struct thread *td);
|
||||
|
||||
#define LINUX_KVERSION 2
|
||||
#define LINUX_KPATCHLEVEL 6
|
||||
#define LINUX_KSUBLEVEL 32
|
||||
#define LINUX_KSUBLEVEL 36
|
||||
|
||||
#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