>From b97b1a0383b55fb5202e4799f2c1dafe576de5ee Mon Sep 17 00:00:00 2001 From: Akira Yokosawa <akiyks@xxxxxxxxx> Date: Wed, 12 Jul 2017 22:50:16 +0900 Subject: [PATCH 5/6] advsync: Fix grammatical error Signed-off-by: Akira Yokosawa <akiyks@xxxxxxxxx> --- advsync/memorybarriers.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/advsync/memorybarriers.tex b/advsync/memorybarriers.tex index b085443..8693cac 100644 --- a/advsync/memorybarriers.tex +++ b/advsync/memorybarriers.tex @@ -847,9 +847,9 @@ instruction. Figure~\ref{fig:advsync:Message-Passing Address-Dependency Litmus Test} shows a linked variant of the message-passing pattern. -The head pointer is \co{x1}, which is initially +The head pointer is \co{x1}, which initially references the \co{int} variable \co{y} (line~5), which is in turn -is initialized to the value $1$ (line~4). +initialized to the value $1$ (line~4). \co{P0()} updates head pointer \co{x1} to reference \co{x0} (line~12), but only afer initializing it to $2$ (line~10) and forcing ordering -- 2.7.4 -- To unsubscribe from this list: send the line "unsubscribe perfbook" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html