commit | 2723249a31a68ccc0ec8ac59a905d7f9430bf8f6 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Tue Jan 20 22:44:13 2015 -0800 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Thu Feb 26 12:01:27 2015 -0800 |
tree | 795977fb8960723ead95a6614784ed209a92172a | |
parent | d3f3f3f25b1d4ee152f3f19a812c3a282da4c120 [diff] |
rcu: Wire ->rda pointers at compile time This commit wires up the rcu_state structures' ->rda pointers to the per-CPU rcu_data structures at compile time, thus ensuring that this linkage is present at early boot, in turn allowing posting of callbacks before rcu_init() is executed. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>