Re: [patch V4 part 1 32/36] sh/ftrace: Move arch_ftrace_nmi_{enter,exit} into nmi exception

From: Steven Rostedt
Date: Thu May 07 2020 - 20:34:06 EST


On Tue, 05 May 2020 15:16:34 +0200
Thomas Gleixner <tglx@xxxxxxxxxxxxx> wrote:

> From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
>
> 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) <peterz@xxxxxxxxxxxxx>
> Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
> Cc: Rich Felker <dalias@xxxxxxxx>
> Cc: Yoshinori Sato <ysato@xxxxxxxxxxxxxxxxxxxx>

Acked-by: Steven Rostedt (VMware) <rostedt@xxxxxxxxxxx>

-- 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(-)
>
>