]> Pileus Git - ~andy/linux/commitdiff
x86, ptrace: remove CONFIG guards around declarations
authorMarkus Metzger <markus.t.metzger@intel.com>
Tue, 24 Feb 2009 13:12:34 +0000 (14:12 +0100)
committerIngo Molnar <mingo@elte.hu>
Tue, 24 Feb 2009 17:23:35 +0000 (18:23 +0100)
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>
arch/x86/include/asm/ptrace-abi.h

index 8e0f8d199e0587740a51c910184798a8f96968f0..86723035a5150ea3016a7d3fd18b0192bdbd0a3a 100644 (file)
@@ -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 */