From: Akira Yokosawa <akiyks@gmail.com>
To: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
Cc: perfbook@vger.kernel.org, Akira Yokosawa <akiyks@gmail.com>
Subject: [PATCH 2/5] memorder: Parenthesize properly
Date: Fri, 27 Oct 2017 07:52:36 +0900 [thread overview]
Message-ID: <02085dd5-dd45-7633-e34b-d2f35d4dc465@gmail.com> (raw)
In-Reply-To: <225c5748-05bd-b97f-398f-50e09c58c701@gmail.com>
From e1debe2d8a47bae3f81721c576ec978abcee0bab Mon Sep 17 00:00:00 2001
From: Akira Yokosawa <akiyks@gmail.com>
Date: Thu, 26 Oct 2017 22:34:44 +0900
Subject: [PATCH 2/5] memorder: Parenthesize properly
Signed-off-by: Akira Yokosawa <akiyks@gmail.com>
---
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
next prev parent reply other threads:[~2017-10-26 22:52 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-10-26 22:49 [PATCH 0/5] Miscellaneous updates Akira Yokosawa
2017-10-26 22:51 ` [PATCH 1/5] memorder: Fix excessive uses of midrule skip Akira Yokosawa
2017-10-26 22:52 ` Akira Yokosawa [this message]
2017-10-26 22:53 ` [PATCH 3/5] defer/rcufundamental: Adjust hspace for 1c layout Akira Yokosawa
2017-10-26 22:56 ` [PATCH 4/5] together/applyrcu: Use upright glyph for descriptive suffix Akira Yokosawa
2017-10-26 22:57 ` [PATCH 5/5] Tweak figure size Akira Yokosawa
2017-10-27 3:03 ` [PATCH 0/5] Miscellaneous updates Paul E. McKenney
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=02085dd5-dd45-7633-e34b-d2f35d4dc465@gmail.com \
--to=akiyks@gmail.com \
--cc=paulmck@linux.vnet.ibm.com \
--cc=perfbook@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.