diff options
| author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2017-10-19 17:26:21 -0400 | 
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2017-10-19 22:26:11 -0400 | 
| commit | 27fdb35fe99011d86bcc54f62fe84712c53f4d05 (patch) | |
| tree | 65a9293586805f175167deb863b588c183e90388 /kernel/rcu/tree.c | |
| parent | 533966c8ad9ec779d81179ea6a182055066c62a3 (diff) | |
doc: Fix various RCU docbook comment-header problems
Because many of RCU's files have not been included into docbook, a
number of errors have accumulated.  This commit fixes them.
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'kernel/rcu/tree.c')
| -rw-r--r-- | kernel/rcu/tree.c | 18 | 
1 files changed, 10 insertions, 8 deletions
| diff --git a/kernel/rcu/tree.c b/kernel/rcu/tree.c index b0ad62b0e7b8..3e3650e94ae6 100644 --- a/kernel/rcu/tree.c +++ b/kernel/rcu/tree.c | |||
| @@ -3097,9 +3097,10 @@ __call_rcu(struct rcu_head *head, rcu_callback_t func, | |||
| 3097 | * read-side critical sections have completed. call_rcu_sched() assumes | 3097 | * read-side critical sections have completed. call_rcu_sched() assumes | 
| 3098 | * that the read-side critical sections end on enabling of preemption | 3098 | * that the read-side critical sections end on enabling of preemption | 
| 3099 | * or on voluntary preemption. | 3099 | * or on voluntary preemption. | 
| 3100 | * RCU read-side critical sections are delimited by : | 3100 | * RCU read-side critical sections are delimited by: | 
| 3101 | * - rcu_read_lock_sched() and rcu_read_unlock_sched(), OR | 3101 | * | 
| 3102 | * - anything that disables preemption. | 3102 | * - rcu_read_lock_sched() and rcu_read_unlock_sched(), OR | 
| 3103 | * - anything that disables preemption. | ||
| 3103 | * | 3104 | * | 
| 3104 | * These may be nested. | 3105 | * These may be nested. | 
| 3105 | * | 3106 | * | 
| @@ -3124,11 +3125,12 @@ EXPORT_SYMBOL_GPL(call_rcu_sched); | |||
| 3124 | * handler. This means that read-side critical sections in process | 3125 | * handler. This means that read-side critical sections in process | 
| 3125 | * context must not be interrupted by softirqs. This interface is to be | 3126 | * context must not be interrupted by softirqs. This interface is to be | 
| 3126 | * used when most of the read-side critical sections are in softirq context. | 3127 | * used when most of the read-side critical sections are in softirq context. | 
| 3127 | * RCU read-side critical sections are delimited by : | 3128 | * RCU read-side critical sections are delimited by: | 
| 3128 | * - rcu_read_lock() and rcu_read_unlock(), if in interrupt context. | 3129 | * | 
| 3129 | * OR | 3130 | * - rcu_read_lock() and rcu_read_unlock(), if in interrupt context, OR | 
| 3130 | * - rcu_read_lock_bh() and rcu_read_unlock_bh(), if in process context. | 3131 | * - rcu_read_lock_bh() and rcu_read_unlock_bh(), if in process context. | 
| 3131 | * These may be nested. | 3132 | * | 
| 3133 | * These may be nested. | ||
| 3132 | * | 3134 | * | 
| 3133 | * See the description of call_rcu() for more detailed information on | 3135 | * See the description of call_rcu() for more detailed information on | 
| 3134 | * memory ordering guarantees. | 3136 | * memory ordering guarantees. | 
