projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b62832
)
tools/memory-model: Fix cheat sheet typo
author
Paolo Bonzini
<pbonzini@redhat.com>
Mon, 14 May 2018 23:33:42 +0000
(16:33 -0700)
committer
Ingo Molnar
<mingo@kernel.org>
Tue, 15 May 2018 06:11:16 +0000
(08:11 +0200)
"RWM" should be "RMW".
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Will Deacon <will.deacon@arm.com>
Cc: akiyks@gmail.com
Cc: boqun.feng@gmail.com
Cc: dhowells@redhat.com
Cc: j.alglave@ucl.ac.uk
Cc: linux-arch@vger.kernel.org
Cc: luc.maranget@inria.fr
Cc: npiggin@gmail.com
Cc: parri.andrea@gmail.com
Cc: stern@rowland.harvard.edu
Link:
http://lkml.kernel.org/r/1526340837-12222-4-git-send-email-paulmck@linux.vnet.ibm.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
tools/memory-model/Documentation/cheatsheet.txt
patch
|
blob
|
history
diff --git
a/tools/memory-model/Documentation/cheatsheet.txt
b/tools/memory-model/Documentation/cheatsheet.txt
index 956b1ae4aafbb2ea622d1aebfe94f0c7001a960e..c0eafdaddfa40eae95855293067a5d2521199c52 100644
(file)
--- a/
tools/memory-model/Documentation/cheatsheet.txt
+++ b/
tools/memory-model/Documentation/cheatsheet.txt
@@
-1,6
+1,6
@@
Prior Operation Subsequent Operation
--------------- ---------------------------
- C Self R W R
WM
Self R W DR DW RMW SV
+ C Self R W R
MW
Self R W DR DW RMW SV
-- ---- - - --- ---- - - -- -- --- --
Store, e.g., WRITE_ONCE() Y Y