rcu-tasks: Remove grace-period fast-path rcu-tasks helper
authorPaul E. McKenney <paulmck@kernel.org>
Fri, 5 Aug 2022 00:16:24 +0000 (17:16 -0700)
committerPaul E. McKenney <paulmck@kernel.org>
Wed, 31 Aug 2022 12:08:08 +0000 (05:08 -0700)
commit5f11bad6b7228858e06729de6dd4079dfc082648
tree9a423757e77964c1fb926ef6e14c289b2efdc679
parenta5d1b0b68a62afb1bce0b36cc9a1875acf8a6dff
rcu-tasks: Remove grace-period fast-path rcu-tasks helper

Now that the grace-period fast path can only happen during the
pre-scheduler portion of early boot, this fast path can no longer block
run-time RCU Tasks and RCU Tasks Trace grace periods.  This commit
therefore removes the conditional cond_resched_tasks_rcu_qs() invocation.

Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
kernel/rcu/tree.c