commit | a87f203e2731ab477386c678e59033ee103018c0 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Tue Oct 20 12:38:49 2015 -0700 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Mon Dec 07 17:01:19 2015 -0800 |
tree | bbac44e9e4cf2696ad197ca576e09184295bbf33 | |
parent | 46a5d164db53ba6066b11889abb7fa6bddbe5cf7 [diff] |
rcu: Eliminate unused rcu_init_one() argument Now that the rcu_state structure's ->rda field is compile-time initialized, there is no need to pass the per-CPU rcu_data structure into rcu_init_one(). This commit therefore eliminates this now-unused parameter. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>