Commit 62155147 authored by Paul E. McKenney's avatar Paul E. McKenney Committed by Ingo Molnar

README: Fix a couple of punctuation errors

Signed-off-by: default avatarPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Acked-by: default avatarPeter 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.comSigned-off-by: default avatarIngo Molnar <mingo@kernel.org>
parent 8f32543b
...@@ -23,14 +23,14 @@ IRIW+mbonceonces+OnceOnce.litmus ...@@ -23,14 +23,14 @@ IRIW+mbonceonces+OnceOnce.litmus
between each pairs of reads. In other words, is smp_mb() between each pairs of reads. In other words, is smp_mb()
sufficient to cause two different reading processes to agree on sufficient to cause two different reading processes to agree on
the order of a pair of writes, where each write is to a different the order of a pair of writes, where each write is to a different
variable by a different process. variable by a different process?
IRIW+poonceonces+OnceOnce.litmus IRIW+poonceonces+OnceOnce.litmus
Test of independent reads from independent writes with nothing Test of independent reads from independent writes with nothing
between each pairs of reads. In other words, is anything at all between each pairs of reads. In other words, is anything at all
needed to cause two different reading processes to agree on the needed to cause two different reading processes to agree on the
order of a pair of writes, where each write is to a different order of a pair of writes, where each write is to a different
variable by a different process. variable by a different process?
ISA2+poonceonces.litmus ISA2+poonceonces.litmus
As below, but with store-release replaced with WRITE_ONCE() As below, but with store-release replaced with WRITE_ONCE()
......
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