Fix: add RHEL version macros
[lttng-modules.git] / instrumentation / events / lttng-module / kvm.h
index 99d1788a924f3adcd045e5edc5a881555101cf4f..ff3283629a239e8739c92ae1a58fe95eb0c9465e 100644 (file)
@@ -325,7 +325,8 @@ DEFINE_EVENT(kvm_async_pf_nopresent_ready, kvm_async_pf_ready,
        TP_ARGS(token, gva)
 )
 
-#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,13,0))
+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,13,0) \
+       || LTTNG_RHEL_KERNEL_RANGE(3,10,0,7,1, 3,11,0,0,0))
 
 TRACE_EVENT(
        kvm_async_pf_completed,
This page took 0.023558 seconds and 4 git commands to generate.