>From e1debe2d8a47bae3f81721c576ec978abcee0bab Mon Sep 17 00:00:00 2001 From: Akira Yokosawa <akiyks@xxxxxxxxx> Date: Thu, 26 Oct 2017 22:34:44 +0900 Subject: [PATCH 2/5] memorder: Parenthesize properly Signed-off-by: Akira Yokosawa <akiyks@xxxxxxxxx> --- memorder/memorder.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/memorder/memorder.tex b/memorder/memorder.tex index 0ee4cad..7fa190a 100644 --- a/memorder/memorder.tex +++ b/memorder/memorder.tex @@ -18,7 +18,7 @@ code that fails to use standard mechanisms, one important example of course being the code that implements these standard mechanisms, and another being performance-critical code that uses weaker synchronization (in fact, some have argued that weakness is a -virtue~\cite{JadeAlglave2013-WeaknessIsVirtue}.. +virtue~\cite{JadeAlglave2013-WeaknessIsVirtue}). This chapter will help you gain an understanding of memory ordering sufficient to implement synchronization primitives and other performance-critical code. -- 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