commit | 3e9f5c70d85060ff0db71826e2048daffec336e7 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Mon Nov 03 18:15:17 2014 -0800 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Tue Jan 06 11:02:47 2015 -0800 |
tree | db84eacf19f182ce185afa165fe2b1aa1a8569b1 | |
parent | 96e92021d4fad8543d598b5e4926cb34fd40c4c4 [diff] |
rcu: Don't spawn rcub kthreads on root rcu_node structure Now that offlining CPUs no longer moves leaf rcu_node structures' ->blkd_tasks lists to the root, there is no way for the root rcu_node structure's ->blkd_task list to be nonempty, unless the root node is also the sole leaf node. This commit therefore refrains from creating an rcub kthread for the root rcu_node structure unless it is also the sole leaf. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>