[lttng-dev] [PATCH lttng-modules 2/2] Use kernel 3.13 syscall tables for MIPS32
Lars Persson
lars.persson at axis.com
Sun Mar 16 12:32:34 EDT 2014
Signed-off-by: Lars Persson <larper at axis.com>
---
.../syscalls/headers/syscalls_integers.h | 4 ++++
.../syscalls/headers/syscalls_pointers.h | 4 ++++
2 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/instrumentation/syscalls/headers/syscalls_integers.h b/instrumentation/syscalls/headers/syscalls_integers.h
index ce0409f..2992439 100644
--- a/instrumentation/syscalls/headers/syscalls_integers.h
+++ b/instrumentation/syscalls/headers/syscalls_integers.h
@@ -13,3 +13,7 @@
#ifdef CONFIG_PPC
#include "powerpc-32-syscalls-3.0.34_integers.h"
#endif
+
+#ifdef CONFIG_CPU_MIPS32
+#include "mips-32-syscalls-3.13.0_integers.h"
+#endif
diff --git a/instrumentation/syscalls/headers/syscalls_pointers.h b/instrumentation/syscalls/headers/syscalls_pointers.h
index f5ca566..9fde85a 100644
--- a/instrumentation/syscalls/headers/syscalls_pointers.h
+++ b/instrumentation/syscalls/headers/syscalls_pointers.h
@@ -13,3 +13,7 @@
#ifdef CONFIG_PPC
#include "powerpc-32-syscalls-3.0.34_pointers.h"
#endif
+
+#ifdef CONFIG_CPU_MIPS32
+#include "mips-32-syscalls-3.13.0_pointers.h"
+#endif
--
1.7.2.5
More information about the lttng-dev
mailing list