commit | eb7a6653887b540a81d1b91ee0fc68b604da9386 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Thu Jul 05 17:47:45 2018 -0700 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Thu Aug 30 16:03:22 2018 -0700 |
tree | 79711456bf9a21bd007ca390fa5273791864e53f | |
parent | ec9f5835f74cba5cc2285d3032bb2b16afc312c3 [diff] |
rcu: Eliminate initialization-time use of rsp Now that there is only one rcu_state structure, there is less point in maintaining a pointer to it. This commit therefore replaces rsp with &rcu_state in rcu_cpu_starting() and rcu_init_one(). Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>