]> git.pld-linux.org Git - packages/lttng-modules.git/commitdiff
- fix building on 3.18.10
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 30 Mar 2015 18:57:45 +0000 (20:57 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Mon, 30 Mar 2015 18:57:45 +0000 (20:57 +0200)
kernel-updates.patch

index 2affae7b407804b9b84246597752b0045bf91c9f..98052f88ad6434410ce0aa83e56183663add2bcc 100644 (file)
@@ -106,7 +106,7 @@ index cde2a20..3782ac6 100644
  )
  
 -#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,12,30))
-+#if ((LINUX_VERSION_CODE >= KERNEL_VERSION(3,19,2)) || LTTNG_KERNEL_RANGE(3,14,36, 3,15,0))
++#if ((LINUX_VERSION_CODE >= KERNEL_VERSION(3,19,2)) || LTTNG_KERNEL_RANGE(3,14,36, 3,15,0)) || LTTNG_KERNEL_RANGE(3,18,10, 3,19,0))
 +
 +LTTNG_TRACEPOINT_EVENT(mm_page_alloc_extfrag,
 +
This page took 0.287532 seconds and 4 git commands to generate.