summaryrefslogtreecommitdiffstats
path: root/Documentation/RCU/Design
diff options
context:
space:
mode:
authorPaul E. McKenney <paulmck@kernel.org>2024-07-04 04:52:29 +0200
committerNeeraj Upadhyay <neeraj.upadhyay@kernel.org>2024-08-14 13:15:07 +0200
commit0ff92d145a2be4da47e2ee6287a731084fba112f (patch)
treeef7b3f44c16073c101a142dbc5afcca92d149cc9 /Documentation/RCU/Design
parenttools/rcu: Remove RCU Tasks Rude asynchronous APIs from rcu-updaters.sh (diff)
downloadlinux-0ff92d145a2be4da47e2ee6287a731084fba112f.tar.xz
linux-0ff92d145a2be4da47e2ee6287a731084fba112f.zip
doc: Remove RCU Tasks Rude asynchronous APIs
The call_rcu_tasks_rude() and rcu_barrier_tasks_rude() APIs are no longer. This commit therefore removes them from the documentation. Signed-off-by: Paul E. McKenney <paulmck@kernel.org> Signed-off-by: Neeraj Upadhyay <neeraj.upadhyay@kernel.org>
Diffstat (limited to 'Documentation/RCU/Design')
-rw-r--r--Documentation/RCU/Design/Requirements/Requirements.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/Documentation/RCU/Design/Requirements/Requirements.rst b/Documentation/RCU/Design/Requirements/Requirements.rst
index f511476b4550..6125e7068d2c 100644
--- a/Documentation/RCU/Design/Requirements/Requirements.rst
+++ b/Documentation/RCU/Design/Requirements/Requirements.rst
@@ -2649,8 +2649,7 @@ those that are idle from RCU's perspective) and then Tasks Rude RCU can
be removed from the kernel.
The tasks-rude-RCU API is also reader-marking-free and thus quite compact,
-consisting of call_rcu_tasks_rude(), synchronize_rcu_tasks_rude(),
-and rcu_barrier_tasks_rude().
+consisting solely of synchronize_rcu_tasks_rude().
Tasks Trace RCU
~~~~~~~~~~~~~~~