>From 7ad42793dc172ad9d416062f54ea0f68872a52b8 Mon Sep 17 00:00:00 2001 From: Akira Yokosawa <akiyks@xxxxxxxxx> Date: Fri, 23 Dec 2016 20:26:19 +0900 Subject: [PATCH] advsync/memorybarriers: Followup fix of quotation marks This commit fixes remaining literal double quotation marks. Signed-off-by: Akira Yokosawa <akiyks@xxxxxxxxx> --- advsync/memorybarriers.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/advsync/memorybarriers.tex b/advsync/memorybarriers.tex index e35e04c..4ecee71 100644 --- a/advsync/memorybarriers.tex +++ b/advsync/memorybarriers.tex @@ -2136,7 +2136,7 @@ The following list of rules summarizes the lessons of this section: either by preceding both of them with \co{smp_mb()} or by using \co{smp_store_release()} to carry out the stores. Please note that it is \emph{not} sufficient to use \co{barrier()} - at beginning of each leg of the "if" statement because, as shown + at beginning of each leg of the ``\co{if}'' statement because, as shown by the example above, optimizing compilers can destroy the control dependency while respecting the letter of the \co{barrier()} law. -- 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