aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>2018-02-20 18:25:05 -0500
committerIngo Molnar <mingo@kernel.org>2018-02-21 03:58:14 -0500
commit62155147048f6c811b82cbb53bee246aee083774 (patch)
tree76172422270c35de123885956a8cbf7b1bd17037 /tools
parent8f32543b61d7daeddb5b64c80b5ad5f05cc97722 (diff)
README: Fix a couple of punctuation errors
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Acked-by: Peter Zijlstra <peterz@infradead.org> Cc: Linus Torvalds <torvalds@linux-foundation.org> Cc: Thomas Gleixner <tglx@linutronix.de> 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: nborisov@suse.com Cc: npiggin@gmail.com Cc: parri.andrea@gmail.com Cc: stern@rowland.harvard.edu Cc: will.deacon@arm.com Link: http://lkml.kernel.org/r/1519169112-20593-5-git-send-email-paulmck@linux.vnet.ibm.com Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'tools')
-rw-r--r--tools/memory-model/litmus-tests/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/memory-model/litmus-tests/README b/tools/memory-model/litmus-tests/README
index 9a3bb5949191..dca7d823ad57 100644
--- a/tools/memory-model/litmus-tests/README
+++ b/tools/memory-model/litmus-tests/README
@@ -23,14 +23,14 @@ IRIW+mbonceonces+OnceOnce.litmus
23 between each pairs of reads. In other words, is smp_mb() 23 between each pairs of reads. In other words, is smp_mb()
24 sufficient to cause two different reading processes to agree on 24 sufficient to cause two different reading processes to agree on
25 the order of a pair of writes, where each write is to a different 25 the order of a pair of writes, where each write is to a different
26 variable by a different process. 26 variable by a different process?
27 27
28IRIW+poonceonces+OnceOnce.litmus 28IRIW+poonceonces+OnceOnce.litmus
29 Test of independent reads from independent writes with nothing 29 Test of independent reads from independent writes with nothing
30 between each pairs of reads. In other words, is anything at all 30 between each pairs of reads. In other words, is anything at all
31 needed to cause two different reading processes to agree on the 31 needed to cause two different reading processes to agree on the
32 order of a pair of writes, where each write is to a different 32 order of a pair of writes, where each write is to a different
33 variable by a different process. 33 variable by a different process?
34 34
35ISA2+poonceonces.litmus 35ISA2+poonceonces.litmus
36 As below, but with store-release replaced with WRITE_ONCE() 36 As below, but with store-release replaced with WRITE_ONCE()