commit | c199068913c9c5cbb5498e289bb387703e087ea8 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Fri Jan 23 22:29:37 2015 -0800 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Thu Mar 12 15:19:37 2015 -0700 |
tree | a2d6fa7368bd2b0ef71a600586db5a761d6e533d | |
parent | 0aa04b055e71bd3b8040dd71a126126c66b6f01e [diff] |
rcu: Eliminate ->onoff_mutex from rcu_node structure Because that RCU grace-period initialization need no longer exclude CPU-hotplug operations, this commit eliminates the ->onoff_mutex and its uses. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>