From: Mathieu Desnoyers Date: Sat, 17 Sep 2011 14:34:04 +0000 (-0400) Subject: Disable x86-64 specific detailed syscalls for now, until we deal with 32-bit compat X-Git-Tag: v2.0-pre9~41 X-Git-Url: http://git.lttng.org/?a=commitdiff_plain;ds=sidebyside;h=09d8de2b842b6ead8822172adb56ae3ed4c1fdfa;p=lttng-modules.git Disable x86-64 specific detailed syscalls for now, until we deal with 32-bit compat Signed-off-by: Mathieu Desnoyers --- diff --git a/instrumentation/syscalls/headers/syscalls_integers.h b/instrumentation/syscalls/headers/syscalls_integers.h index fc173642..386a0286 100644 --- a/instrumentation/syscalls/headers/syscalls_integers.h +++ b/instrumentation/syscalls/headers/syscalls_integers.h @@ -1,3 +1,4 @@ -#ifndef CONFIG_X64_64 +#if 0 +//#ifndef CONFIG_X64_64 #include "x86-64-syscalls-3.0.4_integers.h" #endif diff --git a/instrumentation/syscalls/headers/syscalls_pointers.h b/instrumentation/syscalls/headers/syscalls_pointers.h index 4b79d059..de6802f7 100644 --- a/instrumentation/syscalls/headers/syscalls_pointers.h +++ b/instrumentation/syscalls/headers/syscalls_pointers.h @@ -1,3 +1,4 @@ -#ifndef CONFIG_X64_64 +#if 0 +//#ifndef CONFIG_X64_64 #include "x86-64-syscalls-3.0.4_pointers.h" #endif