]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
doc: Add rcuog kthreads to kernel-per-CPU-kthreads.rst
authorPaul E. McKenney <paulmck@kernel.org>
Wed, 9 Oct 2024 18:00:40 +0000 (11:00 -0700)
committerFrederic Weisbecker <frederic@kernel.org>
Tue, 12 Nov 2024 20:44:19 +0000 (21:44 +0100)
This commit adds the rcuog kthreads to the list of callback-offloading
kthreads that can be affinitied away from worker CPUs.

Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Reviewed-by: Neeraj Upadhyay <Neeraj.Upadhyay@amd.com>
Signed-off-by: Frederic Weisbecker <frederic@kernel.org>
Documentation/admin-guide/kernel-per-CPU-kthreads.rst

index b6aeae3327ceb537b78fdbd86961ae670614395b..ea7fa2a8bbf0b95a7116e19a0cb6db3d3348c71a 100644 (file)
@@ -315,7 +315,7 @@ To reduce its OS jitter, do at least one of the following:
        to do.
 
 Name:
-  rcuop/%d and rcuos/%d
+  rcuop/%d, rcuos/%d, and rcuog/%d
 
 Purpose:
   Offload RCU callbacks from the corresponding CPU.