diff options
author | Paul E. McKenney <paulmck@kernel.org> | 2024-07-03 19:52:29 -0700 |
---|---|---|
committer | Neeraj Upadhyay <neeraj.upadhyay@kernel.org> | 2024-08-14 16:45:07 +0530 |
commit | 0ff92d145a2be4da47e2ee6287a731084fba112f (patch) | |
tree | ef7b3f44c16073c101a142dbc5afcca92d149cc9 /Documentation/RCU/whatisRCU.rst | |
parent | 9a13a324f40fc3846cf7867daffaccd785beb10c (diff) | |
download | linux-0ff92d145a2be4da47e2ee6287a731084fba112f.tar.gz linux-0ff92d145a2be4da47e2ee6287a731084fba112f.tar.bz2 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/whatisRCU.rst')
-rw-r--r-- | Documentation/RCU/whatisRCU.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/RCU/whatisRCU.rst b/Documentation/RCU/whatisRCU.rst index d585a5490aee..1ef5784c1b84 100644 --- a/Documentation/RCU/whatisRCU.rst +++ b/Documentation/RCU/whatisRCU.rst @@ -1103,7 +1103,7 @@ RCU-Tasks-Rude:: Critical sections Grace period Barrier - N/A call_rcu_tasks_rude rcu_barrier_tasks_rude + N/A N/A synchronize_rcu_tasks_rude |