On Tue, 15 Oct 2019 21:18:20 +0200 Sebastian Andrzej Siewior <bige...@linutronix.de> 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) <rost...@goodmis.org> -- Steve > > Cc: Steven Rostedt <rost...@goodmis.org> > Cc: Ingo Molnar <mi...@redhat.com> > Signed-off-by: Sebastian Andrzej Siewior <bige...@linutronix.de> > --- > Documentation/trace/ftrace-uses.rst | 2 +- > kernel/trace/trace.c | 2 ++ > 2 files changed, 3 insertions(+), 1 deletion(-) >