]> git.pld-linux.org Git - packages/lttng-modules.git/blame - linux-3.14.25.patch
- fix paths in patch
[packages/lttng-modules.git] / linux-3.14.25.patch
CommitLineData
9698438f
JR
1--- lttng-modules-2.5.1/instrumentation/events/lttng-module/compaction.h~ 2014-10-20 22:48:47.000000000 +0200
2+++ lttng-modules-2.5.1/instrumentation/events/lttng-module/compaction.h 2014-11-23 15:28:33.501139643 +0100
109f5cff
JR
3@@ -46,7 +46,7 @@
4 TP_ARGS(nr_scanned, nr_taken)
5 )
6
7-#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,16,0))
8+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,16,0)) || ((LINUX_VERSION_CODE >= KERNEL_VERSION(3,14,25)) && (LINUX_VERSION_CODE < KERNEL_VERSION(3,15,0)))
9 TRACE_EVENT(mm_compaction_migratepages,
10
11 TP_PROTO(unsigned long nr_all,
This page took 1.81716 seconds and 4 git commands to generate.