rcuperf: Remove useless while loops around wait_event
authorJoel Fernandes (Google) <joel@joelfernandes.org>
Mon, 25 May 2020 04:36:47 +0000 (00:36 -0400)
committerPaul E. McKenney <paulmck@kernel.org>
Mon, 29 Jun 2020 19:00:44 +0000 (12:00 -0700)
commit7e866460cc18797b3a59360f5f8c444598a21729
tree322555d61081f59eca2a8b63ad1dede024af4215
parent9ebcfadb0610322ac537dd7aa5d9cbc2b2894c68
rcuperf: Remove useless while loops around wait_event

wait_event() already retries if the condition for the wake up is not
satisifed after wake up. Remove them from the rcuperf test.

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