diff options
author | 2024-10-09 11:00:40 -0700 | |
---|---|---|
committer | 2024-11-12 21:44:19 +0100 | |
commit | 4fa7f729cecf4aee3cad8218b006b476f0ff90f4 (patch) | |
tree | 8e2f876a387e0bc3c4c027d44afdf6ac55250064 | |
parent | rcu: Add rcuog kthreads to RCU_NOCB_CPU help text (diff) | |
download | wireguard-linux-4fa7f729cecf4aee3cad8218b006b476f0ff90f4.tar.xz wireguard-linux-4fa7f729cecf4aee3cad8218b006b476f0ff90f4.zip |
doc: Add rcuog kthreads to kernel-per-CPU-kthreads.rst
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>
Diffstat (limited to '')
-rw-r--r-- | Documentation/admin-guide/kernel-per-CPU-kthreads.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/admin-guide/kernel-per-CPU-kthreads.rst b/Documentation/admin-guide/kernel-per-CPU-kthreads.rst index b6aeae3327ce..ea7fa2a8bbf0 100644 --- a/Documentation/admin-guide/kernel-per-CPU-kthreads.rst +++ b/Documentation/admin-guide/kernel-per-CPU-kthreads.rst @@ -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. |