From: Mathieu Desnoyers Date: Tue, 27 Sep 2011 15:28:56 +0000 (-0400) Subject: Bind x86-32 syscall headers X-Git-Tag: v2.0-pre9~16 X-Git-Url: http://git.lttng.org/?a=commitdiff_plain;h=76730a64abf3909600801eb2f3ca1aa524a724cb;hp=deeaaf53a3a3e83722cdea694716da88083a3fad;p=lttng-modules.git Bind x86-32 syscall headers Signed-off-by: Mathieu Desnoyers --- diff --git a/instrumentation/syscalls/headers/syscalls_integers.h b/instrumentation/syscalls/headers/syscalls_integers.h index a5f3499c..41db9161 100644 --- a/instrumentation/syscalls/headers/syscalls_integers.h +++ b/instrumentation/syscalls/headers/syscalls_integers.h @@ -1,3 +1,7 @@ #ifdef CONFIG_X86_64 #include "x86-64-syscalls-3.0.4_integers.h" #endif + +#ifdef CONFIG_X86_32 +#include "x86-32-syscalls-3.1.0-rc6_integers.h" +#endif diff --git a/instrumentation/syscalls/headers/syscalls_pointers.h b/instrumentation/syscalls/headers/syscalls_pointers.h index 8b6bed50..32238902 100644 --- a/instrumentation/syscalls/headers/syscalls_pointers.h +++ b/instrumentation/syscalls/headers/syscalls_pointers.h @@ -1,3 +1,7 @@ #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