rcu: Inline RCU stall-warning info helper functions
authorPaul E. McKenney <paulmck@linux.ibm.com>
Sat, 12 Jan 2019 04:58:58 +0000 (20:58 -0800)
committerPaul E. McKenney <paulmck@linux.ibm.com>
Tue, 26 Mar 2019 21:40:13 +0000 (14:40 -0700)
commit40e69ac7d0c5a19ea14656bc3131c55719baec96
tree331b4547e8e9ab574c8b19f50962f91561842788
parentd87cda5094585b7a0f62075de68266cb9c1b35ca
rcu: Inline RCU stall-warning info helper functions

The print_cpu_stall_info_begin() and print_cpu_stall_info_end() print a
single character each onto the console, and are a holdover from a time
when RCU CPU stall warning messages could be abbreviated using a long-gone
Kconfig option.  This commit therefore adds these single characters to
already-printed strings in the calling functions, and then eliminates
both print_cpu_stall_info_begin() and print_cpu_stall_info_end().

Signed-off-by: Paul E. McKenney <paulmck@linux.ibm.com>
kernel/rcu/tree.h
kernel/rcu/tree_plugin.h
kernel/rcu/tree_stall.h