commit | 265f5f28f042fee66531f9f647c9d78e997995b6 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Mon Mar 19 11:53:22 2018 -0700 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Tue May 15 10:27:46 2018 -0700 |
tree | 6941d0cb1d9ea118ff292a1bfe5810309a555e16 | |
parent | 0e5da22e3f809ab9e86a566b9537b02b9496408e [diff] |
rcu: Update rcu_bind_gp_kthread() header comment The header comment for rcu_bind_gp_kthread() refers to sysidle, which is no longer with us. However, it is still important to bind RCU's grace-period kthreads to the housekeeping CPU(s), so rather than remove rcu_bind_gp_kthread(), this commit updates the comment. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Tested-by: Nicholas Piggin <npiggin@gmail.com>