1 C IRIW+fencembonceonces+OnceOnce
6 * Test of independent reads from independent writes with smp_mb()
7 * between each pairs of reads. In other words, is smp_mb() sufficient to
8 * cause two different reading processes to agree on the order of a pair
9 * of writes, where each write is to a different variable by a different
10 * process? This litmus test exercises LKMM's "propagation" rule.
48 exists (1:r0=1 /\ 1:r1=0 /\ 3:r0=1 /\ 3:r1=0)