mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
linux(4): Rid unused defines from linux_mib.
Reviewed by: trasz Differential revision: https://reviews.freebsd.org/D31591 MFC after: 2 weeks
This commit is contained in:
parent
4e3aefb923
commit
5bcf0f7cd7
1 changed files with 0 additions and 2 deletions
|
|
@ -58,11 +58,9 @@ int linux_kernver(struct thread *td);
|
|||
#define LINUX_VERSION_STR LINUX_XKERNVERSTR(LINUX_KVERSION.LINUX_KPATCHLEVEL.LINUX_KSUBLEVEL)
|
||||
|
||||
#define LINUX_KERNVER_2004000 LINUX_KERNVER(2,4,0)
|
||||
#define LINUX_KERNVER_2006000 LINUX_KERNVER(2,6,0)
|
||||
#define LINUX_KERNVER_2006039 LINUX_KERNVER(2,6,39)
|
||||
#define LINUX_KERNVER_5004000 LINUX_KERNVER(5,4,0)
|
||||
|
||||
#define linux_use26(t) (linux_kernver(t) >= LINUX_KERNVER_2006000)
|
||||
#define linux_use54(t) (linux_kernver(t) >= LINUX_KERNVER_5004000)
|
||||
|
||||
extern int linux_debug;
|
||||
|
|
|
|||
Loading…
Reference in a new issue