>From bcf7ae453896f6f7fd99bcfd867009c1ad659a19 Mon Sep 17 00:00:00 2001 From: Akira Yokosawa <akiyks@xxxxxxxxx> Date: Thu, 29 Dec 2016 10:09:25 +0900 Subject: [PATCH] toolsoftrade: Fix line order in latex source Fix line order error in latex source introduced by commit 7945ae1a06c5 ("Further editing to Tools of Trade"). Signed-off-by: Akira Yokosawa <akiyks@xxxxxxxxx> --- toolsoftrade/toolsoftrade.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolsoftrade/toolsoftrade.tex b/toolsoftrade/toolsoftrade.tex index 842fd19..b49496c 100644 --- a/toolsoftrade/toolsoftrade.tex +++ b/toolsoftrade/toolsoftrade.tex @@ -1245,9 +1245,9 @@ Figure~\ref{fig:toolsoftrade:Measuring Reader-Writer Lock Scalability}. In some cases, it is only necessary to ensure that the compiler avoids optimizing away a given memory read, in which case the \co{READ_ONCE()} primitive may be used, as it was on line~17 of +Figure~\ref{fig:toolsoftrade:Demonstration of Exclusive Locks}. Similarly, the \co{WRITE_ONCE()} primitive may be used to prevent the compiler from optimizing a way a given memory write. -Figure~\ref{fig:toolsoftrade:Demonstration of Exclusive Locks}. These last two primitives are not provided directly by gcc, but may be implemented straightforwardly as follows: -- 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