X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=instrumentation%2Fsyscalls%2Fheaders%2Fsyscalls_pointers.h;h=d60d38011cfb9aad6a7c6bb98e384f71cb3d5bfc;hb=d16203a5ed1ae740b5a0fcc681b58c315227fbb3;hp=9fde85a5d9e52c527e087e68b12c55a6416aa495;hpb=85abcdf6392879383e0b175e0c247119f083e095;p=lttng-modules.git diff --git a/instrumentation/syscalls/headers/syscalls_pointers.h b/instrumentation/syscalls/headers/syscalls_pointers.h index 9fde85a5..d60d3801 100644 --- a/instrumentation/syscalls/headers/syscalls_pointers.h +++ b/instrumentation/syscalls/headers/syscalls_pointers.h @@ -15,5 +15,9 @@ #endif #ifdef CONFIG_CPU_MIPS32 -#include "mips-32-syscalls-3.13.0_pointers.h" +#include "mips-32-syscalls-3.18.0_pointers.h" +#endif + +#ifdef CONFIG_ARM64 +#include "arm-64-syscalls-4.4.0_pointers.h" #endif