[lttng-dev] [PATCH lttng-modules v2 3/3] Use 3.18 syscall instrumentation for MIPS32.
Lars Persson
lars.persson at axis.com
Wed Jul 29 05:58:55 EDT 2015
---
instrumentation/syscalls/headers/syscalls_integers.h | 2 +-
instrumentation/syscalls/headers/syscalls_pointers.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/instrumentation/syscalls/headers/syscalls_integers.h b/instrumentation/syscalls/headers/syscalls_integers.h
index 2992439..8cccccf 100644
--- a/instrumentation/syscalls/headers/syscalls_integers.h
+++ b/instrumentation/syscalls/headers/syscalls_integers.h
@@ -15,5 +15,5 @@
#endif
#ifdef CONFIG_CPU_MIPS32
-#include "mips-32-syscalls-3.13.0_integers.h"
+#include "mips-32-syscalls-3.18.0_integers.h"
#endif
diff --git a/instrumentation/syscalls/headers/syscalls_pointers.h b/instrumentation/syscalls/headers/syscalls_pointers.h
index 9fde85a..ab95df8 100644
--- a/instrumentation/syscalls/headers/syscalls_pointers.h
+++ b/instrumentation/syscalls/headers/syscalls_pointers.h
@@ -15,5 +15,5 @@
#endif
#ifdef CONFIG_CPU_MIPS32
-#include "mips-32-syscalls-3.13.0_pointers.h"
+#include "mips-32-syscalls-3.18.0_pointers.h"
#endif
--
2.1.4
More information about the lttng-dev
mailing list