Fix: sched for v4.11.5-rt1
[lttng-modules.git] / instrumentation / events / lttng-module / sched.h
index e6f36b115d6489e20e295621bcb9cbe011ff0d6a..cb5b5b2bb245615830fad98a8058e406b75b9903 100644 (file)
@@ -541,7 +541,8 @@ LTTNG_TRACEPOINT_EVENT(sched_stat_runtime,
 #endif
 
 #if (LINUX_VERSION_CODE >= KERNEL_VERSION(4,12,0) || \
-       LTTNG_RT_KERNEL_RANGE(4,9,27,18, 4,10,0,0))
+       LTTNG_RT_KERNEL_RANGE(4,9,27,18, 4,10,0,0) || \
+       LTTNG_RT_KERNEL_RANGE(4,11,5,1, 4,12,0,0))
 /*
  * Tracepoint for showing priority inheritance modifying a tasks
  * priority.
This page took 0.02431 seconds and 4 git commands to generate.