From: Lars Persson Date: Tue, 8 Sep 2015 13:31:46 +0000 (+0200) Subject: Use 3.18 syscall instrumentation for MIPS32 X-Git-Tag: v2.8.0-rc1~76 X-Git-Url: http://git.liburcu.org/?p=lttng-modules.git;a=commitdiff_plain;h=962ba30cb28a401d6bf87be899e19780d610ab9a Use 3.18 syscall instrumentation for MIPS32 Signed-off-by: Lars Persson Signed-off-by: Mathieu Desnoyers --- diff --git a/instrumentation/syscalls/headers/syscalls_integers.h b/instrumentation/syscalls/headers/syscalls_integers.h index 2992439f..8cccccf9 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 9fde85a5..ab95df8a 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