Update sites using kernel version checking macro to new range
authorAndrew Gabbasov <andrew_gabbasov@mentor.com>
Tue, 27 Nov 2012 16:44:17 +0000 (17:44 +0100)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 27 Nov 2012 16:44:17 +0000 (17:44 +0100)
Signed-off-by: Andrew Gabbasov <andrew_gabbasov@mentor.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
probes/lttng-probe-vmscan.c

index 0205c7eefba894a7212547aaa7855ca917b4cdae..4f5739cbd799fd6c360c62b102be5e6b6826b91f 100644 (file)
@@ -39,8 +39,8 @@
 #define CREATE_TRACE_POINTS
 #define TRACE_INCLUDE_PATH ../instrumentation/events/lttng-module
 
-#if (LINUX_VERSION_CODE <= KERNEL_VERSION(3,0,38)) || \
-       LTTNG_KERNEL_RANGE(3,1,0, 3,1,10)
+#if ((LINUX_VERSION_CODE <= KERNEL_VERSION(3,0,38)) || \
+       LTTNG_KERNEL_RANGE(3,1,0, 3,2,0))
 typedef int isolate_mode_t;
 #endif
 
This page took 0.025758 seconds and 4 git commands to generate.