X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=lttng-statedump-impl.c;h=3db557327a97708a2dc5a399135a3819f9d14358;hb=360d3efee55154a55c18be32175bee608dcb21df;hp=2828b1908d75d684aef7e6f9e7b10a1ea7987856;hpb=c8d38a68e21703af9b2287120cab1a52d24db9f7;p=lttng-modules.git diff --git a/lttng-statedump-impl.c b/lttng-statedump-impl.c index 2828b190..3db55732 100644 --- a/lttng-statedump-impl.c +++ b/lttng-statedump-impl.c @@ -341,7 +341,7 @@ int lttng_enumerate_vm_maps(struct lttng_session *session) #ifdef CONFIG_LTTNG_HAS_LIST_IRQ -#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,39)) +#if (LTTNG_LINUX_VERSION_CODE < LTTNG_KERNEL_VERSION(2,6,39)) #define irq_desc_get_chip(desc) get_irq_desc_chip(desc) #endif