Re: [PATCH 33/34] tracing: Use CONFIG_PREEMPTION

From: Steven Rostedt
Date: Tue Oct 15 2019 - 15:24:47 EST


On Tue, 15 Oct 2019 21:18:20 +0200
Sebastian Andrzej Siewior <bigeasy@xxxxxxxxxxxxx> wrote:

> CONFIG_PREEMPTION is selected by CONFIG_PREEMPT and by CONFIG_PREEMPT_RT.
> Both PREEMPT and PREEMPT_RT require the same functionality which today
> depends on CONFIG_PREEMPT.
>
> Add additional header output for PREEMPT_RT.

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

-- Steve

>
> Cc: Steven Rostedt <rostedt@xxxxxxxxxxx>
> Cc: Ingo Molnar <mingo@xxxxxxxxxx>
> Signed-off-by: Sebastian Andrzej Siewior <bigeasy@xxxxxxxxxxxxx>
> ---
> Documentation/trace/ftrace-uses.rst | 2 +-
> kernel/trace/trace.c | 2 ++
> 2 files changed, 3 insertions(+), 1 deletion(-)
>