rcu: Initialize at declaration time in rcu_exp_handler()
authorPaul E. McKenney <paulmck@kernel.org>
Thu, 18 Jun 2020 16:51:12 +0000 (09:51 -0700)
committerPaul E. McKenney <paulmck@kernel.org>
Tue, 25 Aug 2020 01:36:03 +0000 (18:36 -0700)
commit7487ea07dfa9bd782a13469cab18973ea0ab8c57
tree6cc2d2d5963770aea5fac4c2e63882af3e1c9ad3
parentd9b60741318f6f8bcb2adc4beaef724c923fcb93
rcu: Initialize at declaration time in rcu_exp_handler()

This commit moves the initialization of the CONFIG_PREEMPT=n version of
the rcu_exp_handler() function's rdp and rnp local variables into their
respective declarations to save a couple lines of code.

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