Home
last modified time | relevance | path

Searched hist:"8344496 e8b49c4122c1808d6cd3f8dc71bccb595" (Results 1 – 1 of 1) sorted by relevance

/linux/kernel/rcu/
H A Dtasks.h8344496e8b49c4122c1808d6cd3f8dc71bccb595 Fri May 29 03:03:48 UTC 2020 Paul E. McKenney <paulmck@kernel.org> rcu-tasks: Conditionally compile show_rcu_tasks_gp_kthreads()

The show_rcu_tasks_gp_kthreads() function is not invoked by Tiny RCU,
but is nevertheless defined in Tiny RCU builds that enable Tasks Trace
RCU. This commit therefore conditionally compiles this function so
that it is defined only in builds that actually use it.

Reported-by: kbuild test robot <lkp@intel.com>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>