Commit d87510c5 authored by Davidlohr Bueso's avatar Davidlohr Bueso Committed by Paul E. McKenney

documentation: Fix smp typo in memory-barriers.txt

Signed-off-by: default avatarDavidlohr Bueso <dbueso@suse.de>
Signed-off-by: default avatarPaul E. McKenney <paulmck@linux.vnet.ibm.com>
parent 432fbf3c
...@@ -794,7 +794,7 @@ In summary: ...@@ -794,7 +794,7 @@ In summary:
However, they do -not- guarantee any other sort of ordering: However, they do -not- guarantee any other sort of ordering:
Not prior loads against later loads, nor prior stores against Not prior loads against later loads, nor prior stores against
later anything. If you need these other forms of ordering, 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(). later loads, smp_mb().
(*) If both legs of the "if" statement begin with identical stores (*) If both legs of the "if" statement begin with identical stores
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment