On Tue, 15 Oct 2019 21:18:20 +0200 Sebastian Andrzej Siewior <[email protected]> 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) <[email protected]> -- Steve > > Cc: Steven Rostedt <[email protected]> > Cc: Ingo Molnar <[email protected]> > Signed-off-by: Sebastian Andrzej Siewior <[email protected]> > --- > Documentation/trace/ftrace-uses.rst | 2 +- > kernel/trace/trace.c | 2 ++ > 2 files changed, 3 insertions(+), 1 deletion(-) >

