Add support for RHEL 9.1
[lttng-modules.git] / lttng-events.c
index 9462877d558397c3d4224a41534a524b2ee6427f..410302818f819954559508ec853327fcd9327f57 100644 (file)
@@ -46,7 +46,8 @@
 #include <wrapper/ringbuffer/frontend.h>
 #include <wrapper/time.h>
 
-#if (LTTNG_LINUX_VERSION_CODE >= LTTNG_KERNEL_VERSION(5,16,0))
+#if (LTTNG_LINUX_VERSION_CODE >= LTTNG_KERNEL_VERSION(5,16,0) \
+       || LTTNG_RHEL_KERNEL_RANGE(5,14,0,162,0,0, 5,15,0,0,0,0))
 #include <linux/stdarg.h>
 #else
 #include <stdarg.h>
This page took 0.02443 seconds and 4 git commands to generate.