tracing: Remove outdated comment in stack handling
authorVincent Whitchurch <vincent.whitchurch@axis.com>
Mon, 27 Jul 2020 09:28:40 +0000 (11:28 +0200)
committerSteven Rostedt (VMware) <rostedt@goodmis.org>
Fri, 31 Jul 2020 02:54:50 +0000 (22:54 -0400)
commitee896ee8051a618ea4fe3d91c58d3e6ef9faf705
treefa65d4c3c454e2508d2f45e0f76c5de2212a997e
parentc5f51572a7fdff5be9e67c231de593155f394ab3
tracing: Remove outdated comment in stack handling

This comment describes the behaviour before commit 2a820bf74918
("tracing: Use percpu stack trace buffer more intelligently").  Since
that commit, interrupts and NMIs do use the per-cpu stacks so the
comment is no longer correct.  Remove it.

(Note that the FTRACE_STACK_SIZE mentioned in the comment has never
existed, it probably should have said FTRACE_STACK_ENTRIES.)

Link: https://lkml.kernel.org/r/20200727092840.18659-1-vincent.whitchurch@axis.com
Signed-off-by: Vincent Whitchurch <vincent.whitchurch@axis.com>
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
kernel/trace/trace.c