summaryrefslogtreecommitdiff
path: root/Documentation/RCU/Design/Data-Structures
diff options
context:
space:
mode:
authorPaul E. McKenney <paulmck@linux.ibm.com>2019-04-16 07:08:07 -0700
committerPaul E. McKenney <paulmck@linux.ibm.com>2019-04-16 07:08:07 -0700
commit91df49e187c1a111e423fe0c3aec3472980385e4 (patch)
tree786597fa6d24906c9e8e4dcc9ebca992848d0e1f /Documentation/RCU/Design/Data-Structures
parenta5220e7d2e1b13e62c0d5eab3fbfaef401186e3b (diff)
parent6cdbc07a5adc376104cb4d56eff2d4eb58bcfac7 (diff)
Merge LKMM and RCU commits
Diffstat (limited to 'Documentation/RCU/Design/Data-Structures')
-rw-r--r--Documentation/RCU/Design/Data-Structures/Data-Structures.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/Documentation/RCU/Design/Data-Structures/Data-Structures.html b/Documentation/RCU/Design/Data-Structures/Data-Structures.html
index 18f179807563..c30c1957c7e6 100644
--- a/Documentation/RCU/Design/Data-Structures/Data-Structures.html
+++ b/Documentation/RCU/Design/Data-Structures/Data-Structures.html
@@ -155,8 +155,7 @@ keeping lock contention under control at all tree levels regardless
of the level of loading on the system.
</p><p>RCU updaters wait for normal grace periods by registering
-RCU callbacks, either directly via <tt>call_rcu()</tt> and
-friends (namely <tt>call_rcu_bh()</tt> and <tt>call_rcu_sched()</tt>),
+RCU callbacks, either directly via <tt>call_rcu()</tt>
or indirectly via <tt>synchronize_rcu()</tt> and friends.
RCU callbacks are represented by <tt>rcu_head</tt> structures,
which are queued on <tt>rcu_data</tt> structures while they are