All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] advsync: Fix typo in MP litmus test
@ 2017-07-27 21:50 Akira Yokosawa
  2017-07-28  1:00 ` Paul E. McKenney
  0 siblings, 1 reply; 2+ messages in thread
From: Akira Yokosawa @ 2017-07-27 21:50 UTC (permalink / raw)
  To: Paul E. McKenney; +Cc: perfbook, Akira Yokosawa

From 467d89c42ab562e73f891830976ccc0c8726eeed Mon Sep 17 00:00:00 2001
From: Akira Yokosawa <akiyks@gmail.com>
Date: Thu, 27 Jul 2017 21:51:56 +0900
Subject: [PATCH] advsync: Fix typo in MP litmus test

Signed-off-by: Akira Yokosawa <akiyks@gmail.com>
---
 advsync/memorybarriers.tex | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/advsync/memorybarriers.tex b/advsync/memorybarriers.tex
index 894de6d..6754ba5 100644
--- a/advsync/memorybarriers.tex
+++ b/advsync/memorybarriers.tex
@@ -609,8 +609,8 @@ loads and stores.
 17   int r2;
 18   int r3;
 19
-20   r2 = READ_ONCE(*x0);
-21   r3 = READ_ONCE(*x1);
+20   r2 = READ_ONCE(*x1);
+21   r3 = READ_ONCE(*x0);
 22
 23 }
 24
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-07-28  2:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-27 21:50 [PATCH] advsync: Fix typo in MP litmus test Akira Yokosawa
2017-07-28  1:00 ` Paul E. McKenney

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.