-
由 Paul E. McKenney 提交于
When rcu_boost_kthread_setaffinity() sees that all CPUs for a given rcu_node structure are now offline, it affinities the corresponding RCU-boost ("rcub") kthread away from those CPUs. This is pointless because the kthread cannot run on those offline CPUs in any case. This commit therefore removes this unneeded code. Signed-off-by: NPaul E. McKenney <paulmck@linux.vnet.ibm.com>
5d0b0249