>From d9d064c4aac8758ccaa435444ff0e60a16a9d6d2 Mon Sep 17 00:00:00 2001 From: Akira Yokosawa <akiyks@xxxxxxxxx> Date: Tue, 10 Apr 2018 00:30:08 +0900 Subject: [PATCH v2] Fix labeling of appendix and section These are a couple of labels which don't match the current context due to movement to/from appendix. Signed-off-by: Akira Yokosawa <akiyks@xxxxxxxxx> --- Change from v1: Fixed typo in commit log. -- appendix/toyrcu/toyrcu.tex | 2 +- memorder/memorder.tex | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/appendix/toyrcu/toyrcu.tex b/appendix/toyrcu/toyrcu.tex index a796401..6956a7f 100644 --- a/appendix/toyrcu/toyrcu.tex +++ b/appendix/toyrcu/toyrcu.tex @@ -15,7 +15,7 @@ Chapters~\ref{chp:Introduction}, and~\ref{chp:Deferred Processing} for even these toy RCU implementations to be easily understandable. -This section provides a series of RCU implementations in order of +This appendix provides a series of RCU implementations in order of increasing sophistication, from the viewpoint of solving the existence-guarantee problem. Section~\ref{sec:app:toyrcu:Lock-Based RCU} presents a rudimentary diff --git a/memorder/memorder.tex b/memorder/memorder.tex index 0798404..40fe3a4 100644 --- a/memorder/memorder.tex +++ b/memorder/memorder.tex @@ -4179,7 +4179,7 @@ dependencies. \section{Hardware Specifics} \label{sec:memorder:Hardware Specifics} -\OriginallyPublished{Appendix}{sec:memorder:Hardware Specifics}{Memory-Barrier Instructions For Specific CPUs}{Linux Journal}{PaulMcKenney2005i,PaulMcKenney2005j} +\OriginallyPublished{Section}{sec:memorder:Hardware Specifics}{Memory-Barrier Instructions For Specific CPUs}{Linux Journal}{PaulMcKenney2005i,PaulMcKenney2005j} \begin{table*}[tbh] \rowcolors{4}{}{lightgray} -- 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