X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=instrumentation%2Fsyscalls%2Fheaders%2Fsyscalls_pointers.h;h=32238902187dadc89cde3ea8f246636ee3b6af4e;hb=fa73137a9984cd453fe895cca204f9d73291c1b2;hp=de6802f7aac016d1df8038290b77fcc29d20c364;hpb=09d8de2b842b6ead8822172adb56ae3ed4c1fdfa;p=lttng-modules.git diff --git a/instrumentation/syscalls/headers/syscalls_pointers.h b/instrumentation/syscalls/headers/syscalls_pointers.h index de6802f7..32238902 100644 --- a/instrumentation/syscalls/headers/syscalls_pointers.h +++ b/instrumentation/syscalls/headers/syscalls_pointers.h @@ -1,4 +1,7 @@ -#if 0 -//#ifndef CONFIG_X64_64 +#ifdef CONFIG_X86_64 #include "x86-64-syscalls-3.0.4_pointers.h" #endif + +#ifdef CONFIG_X86_32 +#include "x86-32-syscalls-3.1.0-rc6_pointers.h" +#endif