Commit-ID: 691286b5561aab2e1b00119bc328598c01250548 Gitweb: http://git.kernel.org/tip/691286b5561aab2e1b00119bc328598c01250548 Author: Anton Blanchard <anton@xxxxxxxxx> AuthorDate: Fri, 17 Oct 2014 07:29:50 +1100 Committer: Ingo Molnar <mingo@xxxxxxxxxx> CommitDate: Fri, 17 Oct 2014 07:18:34 +0200 kprobes/x86: Remove stale ARCH_SUPPORTS_KPROBES_ON_FTRACE define Commit e7dbfe349d12 ("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 <anton@xxxxxxxxx> Cc: masami.hiramatsu.pt@xxxxxxxxxxx Cc: ananth@xxxxxxxxxx Cc: a.p.zijlstra@xxxxxxxxx Cc: fweisbec@xxxxxxxxx Cc: rostedt@xxxxxxxxxxx Cc: linux-kernel@xxxxxxxxxxxxxxx Signed-off-by: Ingo Molnar <mingo@xxxxxxxxxx> --- arch/x86/include/asm/kprobes.h | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/x86/include/asm/kprobes.h b/arch/x86/include/asm/kprobes.h index 53cdfb2..4421b5d 100644 --- a/arch/x86/include/asm/kprobes.h +++ b/arch/x86/include/asm/kprobes.h @@ -27,7 +27,6 @@ #include <asm/insn.h> #define __ARCH_WANT_KPROBES_INSN_SLOT -#define ARCH_SUPPORTS_KPROBES_ON_FTRACE struct pt_regs; struct kprobe; -- To unsubscribe from this list: send the line "unsubscribe linux-tip-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html