Fix: update get_pfnblock_flags_mask wrapper for debian kernels
[lttng-modules.git] / wrapper / page_alloc.c
index 184ec71c221c0885b6753057c4571e8ee48b06f3..d82d897ef51564decf89df5adcebd84a560addfa 100644 (file)
@@ -24,7 +24,9 @@
 
 #include "../lttng-kernel-version.h"
 
-#if defined(CONFIG_KALLSYMS) && (LINUX_VERSION_CODE >= KERNEL_VERSION(3,19,2))
+#if (defined(CONFIG_KALLSYMS) \
+       && (LINUX_VERSION_CODE >= KERNEL_VERSION(3,19,2) \
+               || LTTNG_DEBIAN_KERNEL_RANGE(3,16,7,9,0,0, 3,17,0,0,0,0)))
 
 #include <linux/kallsyms.h>
 #include <linux/mm_types.h>
This page took 0.023596 seconds and 4 git commands to generate.