Fix: dyntick field added to trace_rcu_dyntick in v4.16
[lttng-modules.git] / instrumentation / events / lttng-module / rcu.h
index 7760bd6e7673cc4cc9d63df4492fee0e77a51c84..58a2306f7a59f9e010f4ee56f90b13415e104938 100644 (file)
@@ -612,7 +612,7 @@ LTTNG_TRACEPOINT_EVENT(rcu_barrier,
                                         grplo, grphi, gp_tasks) do { } \
        while (0)
 #define trace_rcu_fqs(rcuname, gpnum, cpu, qsevent) do { } while (0)
-#if (LINUX_VERSION_CODE >= KERNEL_VERSION(4,17,0))
+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(4,16,0))
 #define trace_rcu_dyntick(polarity, oldnesting, newnesting, dyntick) do { } while (0)
 #elif (LINUX_VERSION_CODE >= KERNEL_VERSION(3,3,0))
 #define trace_rcu_dyntick(polarity, oldnesting, newnesting) do { } while (0)
This page took 0.029138 seconds and 4 git commands to generate.