On Tue, 05 May 2020 15:16:34 +0200 Thomas Gleixner <t...@linutronix.de> wrote:
> From: Peter Zijlstra <pet...@infradead.org> > > SuperH is the last remaining user of arch_ftrace_nmi_{enter,exit}(), > remove it from the generic code and into the SuperH code. > > Signed-off-by: Peter Zijlstra (Intel) <pet...@infradead.org> > Signed-off-by: Thomas Gleixner <t...@linutronix.de> > Cc: Rich Felker <dal...@libc.org> > Cc: Yoshinori Sato <ys...@users.sourceforge.jp> Acked-by: Steven Rostedt (VMware) <rost...@goodmis.org> -- Steve > --- > Documentation/trace/ftrace-design.rst | 8 -------- > arch/sh/Kconfig | 1 - > arch/sh/kernel/traps.c | 12 ++++++++++++ > include/linux/ftrace_irq.h | 11 ----------- > kernel/trace/Kconfig | 10 ---------- > 5 files changed, 12 insertions(+), 30 deletions(-) > >