aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/ptrace-abi.h
diff options
context:
space:
mode:
authorMarkus Metzger <markus.t.metzger@intel.com>2009-02-24 14:12:34 +0100
committerIngo Molnar <mingo@elte.hu>2009-02-24 18:23:35 +0100
commit499aa86dcbc3c4daf7d2c59c5c30e1a78220fbc1 (patch)
tree53a4fc509ccb28633f7781dac24d17d843862456 /arch/x86/include/asm/ptrace-abi.h
parentx86, ftrace: fix section mismatch in hw-branch-tracer (diff)
downloadlinux-dev-499aa86dcbc3c4daf7d2c59c5c30e1a78220fbc1.tar.xz
linux-dev-499aa86dcbc3c4daf7d2c59c5c30e1a78220fbc1.zip
x86, ptrace: remove CONFIG guards around declarations
Remove unnecessary CONFIG guards around type declarations and macro definitions. Reported-by: Cyrill Gorcunov <gorcunov@gmail.com> Signed-off-by: Markus Metzger <markus.t.metzger@intel.com> Cc: markus.t.metzger@gmail.com Cc: roland@redhat.com Cc: eranian@googlemail.com Cc: oleg@redhat.com Cc: juan.villacis@intel.com Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/include/asm/ptrace-abi.h')
-rw-r--r--arch/x86/include/asm/ptrace-abi.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/x86/include/asm/ptrace-abi.h b/arch/x86/include/asm/ptrace-abi.h
index 8e0f8d199e05..86723035a515 100644
--- a/arch/x86/include/asm/ptrace-abi.h
+++ b/arch/x86/include/asm/ptrace-abi.h
@@ -80,8 +80,6 @@
#define PTRACE_SINGLEBLOCK 33 /* resume execution until next branch */
-#ifdef CONFIG_X86_PTRACE_BTS
-
#ifndef __ASSEMBLY__
#include <linux/types.h>
@@ -140,6 +138,5 @@ struct ptrace_bts_config {
BTS records are read from oldest to newest.
Returns number of BTS records drained.
*/
-#endif /* CONFIG_X86_PTRACE_BTS */
#endif /* _ASM_X86_PTRACE_ABI_H */