refperf: Simplify initialization-time wakeup protocol
authorPaul E. McKenney <paulmck@kernel.org>
Wed, 27 May 2020 23:46:56 +0000 (16:46 -0700)
committerPaul E. McKenney <paulmck@kernel.org>
Mon, 29 Jun 2020 19:00:45 +0000 (12:00 -0700)
commit96af8669591d740a1e2695c4d96e544409dbf896
tree6416b9234899a38d83287ed9b84082d44cf9d812
parent9d1914d34cebe111a23ab1670633900fd770cec3
refperf: Simplify initialization-time wakeup protocol

This commit moves the reader-launch wait loop from ref_perf_init()
to main_func(), removing one layer of wakeup and allowing slightly
faster system boot.

Cc: Joel Fernandes (Google) <joel@joelfernandes.org>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
kernel/rcu/refperf.c