From mboxrd@z Thu Jan 1 00:00:00 1970 From: lars.persson@axis.com (Lars Persson) Date: Wed, 29 Jul 2015 12:04:59 +0200 Subject: [lttng-dev] [PATCH lttng-modules v3 3/3] Use 3.18 syscall instrumentation for MIPS32. In-Reply-To: <1438164299-11526-1-git-send-email-larper@axis.com> References: <1438164299-11526-1-git-send-email-larper@axis.com> Message-ID: <1438164299-11526-4-git-send-email-larper@axis.com> Signed-off-by: Lars Persson --- 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