summaryrefslogtreecommitdiffstats
path: root/kernel/rcu/Makefile
diff options
context:
space:
mode:
authorZhouyi Zhou <zhouzhouyi@gmail.com>2019-03-20 03:33:00 +0000
committerPaul E. McKenney <paulmck@linux.ibm.com>2019-03-26 14:38:38 -0700
commit5d8a752e31aaa4c9703f201956a40b45ed791217 (patch)
treec4e933bb91846e5d8f89e90fedd5b10b90cce9fd /kernel/rcu/Makefile
parent85f2b60c4321b088ba08ec9a05b8a7b68e4ada2a (diff)
downloadlinux-stable-5d8a752e31aaa4c9703f201956a40b45ed791217.tar.gz
linux-stable-5d8a752e31aaa4c9703f201956a40b45ed791217.tar.bz2
linux-stable-5d8a752e31aaa4c9703f201956a40b45ed791217.zip
rcu: Fix force_qs_rnp() header comment
Previously, threads blocked on offlining CPUS were migrated to the root rcu_node structure, thus requiring RCU priority boosting on this structure. However, since commit d19fb8d1f3f6 ("rcu: Don't migrate blocked tasks even if all corresponding CPUs offline"), RCU does not migrate blocked tasks. Consequently, RCU no longer does RCU priority boosting on the root rcu_node structure as of commit 1be0085b515e ("rcu: Don't initiate RCU priority boosting on root rcu_node"). This commit therefore brings comments for the force_qs_rnp() function's header comment in line with this new no-root-boosting reality. Signed-off-by: Zhouyi Zhou <zhouzhouyi@gmail.com> [ paulmck: Also remove obsolete comment on suppressing new grace periods. ] Signed-off-by: Paul E. McKenney <paulmck@linux.ibm.com>
Diffstat (limited to 'kernel/rcu/Makefile')
0 files changed, 0 insertions, 0 deletions