Skip to content

Commit

Permalink
documentation: Fix smp typo in memory-barriers.txt
Browse files Browse the repository at this point in the history
Signed-off-by: Davidlohr Bueso <dbueso@suse.de>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
  • Loading branch information
Davidlohr Bueso authored and Paul E. McKenney committed Jan 7, 2015
1 parent 432fbf3 commit d87510c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/memory-barriers.txt
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,7 @@ In summary:
However, they do -not- guarantee any other sort of ordering:
Not prior loads against later loads, nor prior stores against
later anything. If you need these other forms of ordering,
use smb_rmb(), smp_wmb(), or, in the case of prior stores and
use smp_rmb(), smp_wmb(), or, in the case of prior stores and
later loads, smp_mb().

(*) If both legs of the "if" statement begin with identical stores
Expand Down

0 comments on commit d87510c

Please sign in to comment.