Fix: Add support for 4.9.27-rt18 kernel
[lttng-modules.git] / instrumentation / events / lttng-module / sched.h
index e6c03a3f24124a5f7426acb457d0ca3310b864e4..568e9f687fbd8428c0f53b542a3fc6ac63b29506 100644 (file)
@@ -540,7 +540,8 @@ LTTNG_TRACEPOINT_EVENT(sched_stat_runtime,
 )
 #endif
 
-#if (LINUX_VERSION_CODE >= KERNEL_VERSION(4,12,0))
+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(4,12,0) || \
+       LTTNG_RT_KERNEL_RANGE(4,9,27,18, 4,10,0,0))
 /*
  * Tracepoint for showing priority inheritance modifying a tasks
  * priority.
This page took 0.022822 seconds and 4 git commands to generate.