All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] count: Fix missed context adjustment
@ 2016-04-26 15:10 Akira Yokosawa
  2016-04-26 15:31 ` Paul E. McKenney
  0 siblings, 1 reply; 2+ messages in thread
From: Akira Yokosawa @ 2016-04-26 15:10 UTC (permalink / raw)
  To: paulmck; +Cc: perfbook, Akira Yokosawa

From 433278e9a753e4d195ad57508ad15e15859f92f2 Mon Sep 17 00:00:00 2001
From: Akira Yokosawa <akiysw@gmail.com>
Date: Wed, 27 Apr 2016 00:02:33 +0900
Subject: [PATCH] count: Fix missed context adjustment

In commit 3540c4cce34d ("Add verbiage for signal-theft limit
counters."), Figure {Atomic Limit Counter Add, Subtract, and Read}
was split into two figures, and the first part became Figure
{Atomic Limit Counter Add and Subtract}.
However, the decription below the figure has not been modified
yet.
This commit adjusts the context.

Signed-off-by: Akira Yokosawa <akiysw@gmail.com>
---
 count/count.tex | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/count/count.tex b/count/count.tex
index 2c9f071..df76035 100644
--- a/count/count.tex
+++ b/count/count.tex
@@ -2195,8 +2195,7 @@ the result.
 \end{figure}

 Figure~\ref{fig:count:Atomic Limit Counter Add and Subtract}
-shows the \co{add_count()}, \co{sub_count()}, and
-\co{read_count()} functions.
+shows the \co{add_count()} and \co{sub_count()} functions.

 Lines~1-32 show \co{add_count()}, whose fastpath spans lines~8-15,
 with the remainder of the function being the slowpath.
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-04-26 15:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-26 15:10 [PATCH] count: Fix missed context adjustment Akira Yokosawa
2016-04-26 15:31 ` Paul E. McKenney

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.