From 596d8e1c0d50f2df3b87c119abdb4e7bc6c7e8ad Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Mon, 15 Jan 2024 16:50:06 +0100 Subject: Make it build on 6.6 (to be tested) --- src/kernel/xloop_main.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/kernel/xloop_main.c') diff --git a/src/kernel/xloop_main.c b/src/kernel/xloop_main.c index 2047cff..cff7aa3 100644 --- a/src/kernel/xloop_main.c +++ b/src/kernel/xloop_main.c @@ -10,6 +10,8 @@ #include "xloop_main_rhel_8.5.c" #elif LINUX_VERSION_CODE < KERNEL_VERSION(5, 15, 0) #include "xloop_main_4.18.c" -#else +#elif LINUX_VERSION_CODE < KERNEL_VERSION(6, 6, 0) #include "xloop_main_5.15.c" +#else +#include "xloop_main_6.6.c" #endif -- cgit v1.2.3-55-g7522