summaryrefslogtreecommitdiffstats
path: root/src/kernel/xloop_main.c
diff options
context:
space:
mode:
authorSimon Rettberg2024-01-15 16:50:06 +0100
committerSimon Rettberg2024-01-15 16:50:06 +0100
commit596d8e1c0d50f2df3b87c119abdb4e7bc6c7e8ad (patch)
treee6bffe3219418289eefe1045030e8a119f4eebb3 /src/kernel/xloop_main.c
parentFix Mr. Bauer's crimes against the kernel coding guidelines :) (diff)
downloadxloop-596d8e1c0d50f2df3b87c119abdb4e7bc6c7e8ad.tar.gz
xloop-596d8e1c0d50f2df3b87c119abdb4e7bc6c7e8ad.tar.xz
xloop-596d8e1c0d50f2df3b87c119abdb4e7bc6c7e8ad.zip
Make it build on 6.6 (to be tested)
Diffstat (limited to 'src/kernel/xloop_main.c')
-rw-r--r--src/kernel/xloop_main.c4
1 files changed, 3 insertions, 1 deletions
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