[lttng-dev] [PATCH lttng-modules 2/2] Use kernel 3.13 syscall tables for MIPS32

Mathieu Desnoyers mathieu.desnoyers at efficios.com
Thu Mar 20 10:06:17 EDT 2014


Merged, thanks!

Mathieu

----- Original Message -----
> From: "Lars Persson" <lars.persson at axis.com>
> To: lttng-dev at lists.lttng.org
> Cc: "Lars Persson" <larper at axis.com>
> Sent: Sunday, March 16, 2014 12:32:34 PM
> Subject: [lttng-dev] [PATCH lttng-modules 2/2] Use kernel 3.13 syscall	tables for MIPS32
> 
> 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
> 
> 
> _______________________________________________
> lttng-dev mailing list
> lttng-dev at lists.lttng.org
> http://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev
> 

-- 
Mathieu Desnoyers
EfficiOS Inc.
http://www.efficios.com



More information about the lttng-dev mailing list