aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorDavidlohr Bueso <dave@stgolabs.net>2014-12-28 04:11:16 -0500
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>2015-01-07 11:59:32 -0500
commitd87510c5a6e34e84835814b7b8c319918171276e (patch)
tree661308ffb956c0fb1c942deb1045456b5ac47a7a /Documentation
parent432fbf3c6a856726f21011edfd53311bf373dba9 (diff)
documentation: Fix smp typo in memory-barriers.txt
Signed-off-by: Davidlohr Bueso <dbueso@suse.de> Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/memory-barriers.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/memory-barriers.txt b/Documentation/memory-barriers.txt
index a10f7cd2619e..ca2387ef27ab 100644
--- a/Documentation/memory-barriers.txt
+++ b/Documentation/memory-barriers.txt
@@ -794,7 +794,7 @@ In summary:
794 However, they do -not- guarantee any other sort of ordering: 794 However, they do -not- guarantee any other sort of ordering:
795 Not prior loads against later loads, nor prior stores against 795 Not prior loads against later loads, nor prior stores against
796 later anything. If you need these other forms of ordering, 796 later anything. If you need these other forms of ordering,
797 use smb_rmb(), smp_wmb(), or, in the case of prior stores and 797 use smp_rmb(), smp_wmb(), or, in the case of prior stores and
798 later loads, smp_mb(). 798 later loads, smp_mb().
799 799
800 (*) If both legs of the "if" statement begin with identical stores 800 (*) If both legs of the "if" statement begin with identical stores