Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 499aa86d authored by Markus Metzger's avatar Markus Metzger Committed by Ingo Molnar
Browse files

x86, ptrace: remove CONFIG guards around declarations



Remove unnecessary CONFIG guards around type declarations and macro
definitions.

Reported-by: default avatarCyrill Gorcunov <gorcunov@gmail.com>
Signed-off-by: default avatarMarkus 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: default avatarIngo Molnar <mingo@elte.hu>
parent 5e01cb69
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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 */