All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH -perfbook] glossary: Tweak indexing macro
@ 2022-01-20  0:28 Akira Yokosawa
  2022-01-20  0:46 ` Paul E. McKenney
  0 siblings, 1 reply; 2+ messages in thread
From: Akira Yokosawa @ 2022-01-20  0:28 UTC (permalink / raw)
  To: Paul E. McKenney; +Cc: perfbook, Akira Yokosawa

Fix some of indexing tags so that they can co-exist with existing
index items.

Fixes: 4e91046e35c9 ("glossary: Additions from index, A-E")
Signed-off-by: Akira Yokosawa <akiyks@gmail.com>
---
 glossary.tex | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/glossary.tex b/glossary.tex
index 6c1c71e1..84472a9b 100644
--- a/glossary.tex
+++ b/glossary.tex
@@ -9,7 +9,7 @@
 	        David~Levary~et~al.}}
 
 \begin{description}
-\item[\IXG{Amdahl's Law}:]
+\item[\IXGr{Amdahl's Law}:]
 	If sufficient numbers of CPUs are used to run a job that has both
 	a sequential portion and a concurrent portion, performance and
 	scalability will be limited by the overhead of the sequential
@@ -228,7 +228,7 @@
 	increase the overall cost of the computation, resulting in
 	linear speedups as threads are added (assuming sufficient
 	CPUs are available).
-\item[\IXG{Energy Efficiency}:]
+\item[\IXGalth{Energy Efficiency}{energy}{efficiency}:]
 	Shorthand for ``energy-efficienct use'' in which the goal is to
 	carry out a given computation with reduced energy consumption.
 	Sublinear scalabilty can be an obstacle to energy-efficient use
@@ -510,7 +510,7 @@
 	to store to that pointer.
 	More information is provided in
 	\cref{sec:memorder:Address- and Data-Dependency Difficulties}.
-\item[\IXGh{RCU Read-Side}{Critical Section}:] % @@@ Need all-caps RCU in index!
+\item[\IXGalthmr{RCU Read-Side Critical Section}{RCU read-side}{critical section}:]
 	A section of code protected by RCU, for example, beginning with
 	\co{rcu_read_lock()} and ending with \co{rcu_read_unlock()}.
 	(See ``Read-side critical section''.)

base-commit: 6abfa973f401e7b1fb696ba078376bce77126a4b
-- 
2.17.1


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

* Re: [PATCH -perfbook] glossary: Tweak indexing macro
  2022-01-20  0:28 [PATCH -perfbook] glossary: Tweak indexing macro Akira Yokosawa
@ 2022-01-20  0:46 ` Paul E. McKenney
  0 siblings, 0 replies; 2+ messages in thread
From: Paul E. McKenney @ 2022-01-20  0:46 UTC (permalink / raw)
  To: Akira Yokosawa; +Cc: perfbook

On Thu, Jan 20, 2022 at 09:28:59AM +0900, Akira Yokosawa wrote:
> Fix some of indexing tags so that they can co-exist with existing
> index items.
> 
> Fixes: 4e91046e35c9 ("glossary: Additions from index, A-E")
> Signed-off-by: Akira Yokosawa <akiyks@gmail.com>

And it would appear that you answered my question before I got around
to asking it.  ;-)

Queued and pushed, thank you very much!

							Thanx, Paul

> ---
>  glossary.tex | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/glossary.tex b/glossary.tex
> index 6c1c71e1..84472a9b 100644
> --- a/glossary.tex
> +++ b/glossary.tex
> @@ -9,7 +9,7 @@
>  	        David~Levary~et~al.}}
>  
>  \begin{description}
> -\item[\IXG{Amdahl's Law}:]
> +\item[\IXGr{Amdahl's Law}:]
>  	If sufficient numbers of CPUs are used to run a job that has both
>  	a sequential portion and a concurrent portion, performance and
>  	scalability will be limited by the overhead of the sequential
> @@ -228,7 +228,7 @@
>  	increase the overall cost of the computation, resulting in
>  	linear speedups as threads are added (assuming sufficient
>  	CPUs are available).
> -\item[\IXG{Energy Efficiency}:]
> +\item[\IXGalth{Energy Efficiency}{energy}{efficiency}:]
>  	Shorthand for ``energy-efficienct use'' in which the goal is to
>  	carry out a given computation with reduced energy consumption.
>  	Sublinear scalabilty can be an obstacle to energy-efficient use
> @@ -510,7 +510,7 @@
>  	to store to that pointer.
>  	More information is provided in
>  	\cref{sec:memorder:Address- and Data-Dependency Difficulties}.
> -\item[\IXGh{RCU Read-Side}{Critical Section}:] % @@@ Need all-caps RCU in index!
> +\item[\IXGalthmr{RCU Read-Side Critical Section}{RCU read-side}{critical section}:]
>  	A section of code protected by RCU, for example, beginning with
>  	\co{rcu_read_lock()} and ending with \co{rcu_read_unlock()}.
>  	(See ``Read-side critical section''.)
> 
> base-commit: 6abfa973f401e7b1fb696ba078376bce77126a4b
> -- 
> 2.17.1
> 

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

end of thread, other threads:[~2022-01-20  0:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-20  0:28 [PATCH -perfbook] glossary: Tweak indexing macro Akira Yokosawa
2022-01-20  0:46 ` 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.