]> git.pld-linux.org Git - packages/lttng-modules.git/commitdiff
- fix syntax
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 30 Mar 2015 19:02:20 +0000 (21:02 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Mon, 30 Mar 2015 19:02:20 +0000 (21:02 +0200)
kernel-updates.patch

index 98052f88ad6434410ce0aa83e56183663add2bcc..023061bd4fcc5ef0515212921d6f4d2753807890 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)) || LTTNG_KERNEL_RANGE(3,18,10, 3,19,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.136167 seconds and 4 git commands to generate.