[PATCH] remove set_wmb - doc update
authorSteven Rostedt <rostedt@goodmis.org>
Fri, 14 Jul 2006 20:05:01 +0000 (16:05 -0400)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sat, 15 Jul 2006 04:56:14 +0000 (21:56 -0700)
This patch removes the reference to set_wmb from memory-barriers.txt
since it shouldn't be used.

Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Documentation/memory-barriers.txt

index 28d1bc3..46b9b38 100644 (file)
@@ -1015,10 +1015,9 @@ CPU from reordering them.
 There are some more advanced barrier functions:
 
  (*) set_mb(var, value)
- (*) set_wmb(var, value)
 
-     These assign the value to the variable and then insert at least a write
-     barrier after it, depending on the function.  They aren't guaranteed to
+     This assigns the value to the variable and then inserts at least a write
+     barrier after it, depending on the function.  It isn't guaranteed to
      insert anything more than a compiler barrier in a UP compilation.