Skip to content

Commit 691286b

Browse files
antonblanchardIngo Molnar
authored andcommitted
kprobes/x86: Remove stale ARCH_SUPPORTS_KPROBES_ON_FTRACE define
Commit e7dbfe3 ("kprobes/x86: Move ftrace-based kprobe code into kprobes-ftrace.c") switched from using ARCH_SUPPORTS_KPROBES_ON_FTRACE to CONFIG_KPROBES_ON_FTRACE but missed removing the define. Signed-off-by: Anton Blanchard <[email protected]> Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Signed-off-by: Ingo Molnar <[email protected]>
1 parent 71c62b2 commit 691286b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

arch/x86/include/asm/kprobes.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
#include <asm/insn.h>
2828

2929
#define __ARCH_WANT_KPROBES_INSN_SLOT
30-
#define ARCH_SUPPORTS_KPROBES_ON_FTRACE
3130

3231
struct pt_regs;
3332
struct kprobe;

0 commit comments

Comments
 (0)