Skip to content

Commit

Permalink
Doc: Fix missing whitespaces in RCU documentation.
Browse files Browse the repository at this point in the history
Trivial fix while reading through the RCU docs.

Reviewed-by: Paul E. McKenney <[email protected]>

Signed-off-by: Jesper Dangaard Brouer <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
Jesper Dangaard Brouer authored and davem330 committed Apr 2, 2009
1 parent 833bb30 commit 9ba30d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/RCU/rcu.txt
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ o I hear that RCU needs work in order to support realtime kernels?
This work is largely completed. Realtime-friendly RCU can be
enabled via the CONFIG_PREEMPT_RCU kernel configuration parameter.
However, work is in progress for enabling priority boosting of
preempted RCU read-side critical sections.This is needed if you
preempted RCU read-side critical sections. This is needed if you
have CPU-bound realtime threads.

o Where can I find more information on RCU?
Expand Down

0 comments on commit 9ba30d7

Please sign in to comment.