From: SeongJae Park <sj38.park@gmail.com>
To: paulmck@linux.vnet.ibm.com
Cc: perfbook@vger.kernel.org, SeongJae Park <sj38.park@gmail.com>
Subject: [PATCH] SMPdesign: Add a missed unbreakble space for line number
Date: Tue, 29 May 2018 00:06:07 +0900 [thread overview]
Message-ID: <20180528150607.3513-1-sj38.park@gmail.com> (raw)
Signed-off-by: SeongJae Park <sj38.park@gmail.com>
---
SMPdesign/SMPdesign.tex | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/SMPdesign/SMPdesign.tex b/SMPdesign/SMPdesign.tex
index 8078c4b..824de41 100644
--- a/SMPdesign/SMPdesign.tex
+++ b/SMPdesign/SMPdesign.tex
@@ -1109,7 +1109,7 @@ Line~6 gets a pointer to this thread's pool, and
line~7 checks to see if this per-thread pool is full.
If so, lines~8-15 empty half of the per-thread pool into the global pool,
-with lines~8 and 14 acquiring and releasing the spinlock.
+with lines~8 and~14 acquiring and releasing the spinlock.
Lines~9-12 implement the loop moving blocks from the local to the
global pool, and line~13 sets the per-thread pool's count to the proper
value.
--
2.10.0
next reply other threads:[~2018-05-28 15:06 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-05-28 15:06 SeongJae Park [this message]
2018-05-28 16:00 ` [PATCH] SMPdesign: Add a missed unbreakble space for line number 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=20180528150607.3513-1-sj38.park@gmail.com \
--to=sj38.park@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.