X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=wrapper%2Fpage_alloc.h;h=b94178acbfade05829e11842b27867572c656dcb;hb=82151df0af0a93508975b15fc26f1fe151d8c6c3;hp=7802a12a960ae4bf08193fefc3ae733e256e7049;hpb=397c12b422ce844037885f5c35d824dd5ae4fec6;p=lttng-modules.git diff --git a/wrapper/page_alloc.h b/wrapper/page_alloc.h index 7802a12a..b94178ac 100644 --- a/wrapper/page_alloc.h +++ b/wrapper/page_alloc.h @@ -25,14 +25,14 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#include "../lttng-kernel-version.h" +#include /* * We need to redefine get_pfnblock_flags_mask to our wrapper, because * the get_pageblock_migratetype() macro uses it. */ #if (defined(CONFIG_KALLSYMS) \ - && (LINUX_VERSION_CODE >= KERNEL_VERSION(3,19,2) \ + && (LTTNG_LINUX_VERSION_CODE >= LTTNG_KERNEL_VERSION(3,19,2) \ || LTTNG_KERNEL_RANGE(3,14,36, 3,15,0) \ || LTTNG_KERNEL_RANGE(3,18,10, 3,19,0) \ || LTTNG_DEBIAN_KERNEL_RANGE(3,16,7,9,0,0, 3,17,0,0,0,0) \