Skip to content

Commit

Permalink
Use kernel 3.13 syscall tables for MIPS32
Browse files Browse the repository at this point in the history
Signed-off-by: Lars Persson <larper@axis.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
  • Loading branch information
larperaxis authored and compudj committed Mar 20, 2014
1 parent 046f293 commit 85abcdf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions instrumentation/syscalls/headers/syscalls_integers.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 4 additions & 0 deletions instrumentation/syscalls/headers/syscalls_pointers.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 85abcdf

Please sign in to comment.