Discussions of the Parallel Programming book
 help / color / mirror / Atom feed
* [PATCH] cpu: Add citation of HP11
@ 2016-05-22  3:57 Akira Yokosawa
  2016-05-23 16:58 ` Paul E. McKenney
  0 siblings, 1 reply; 2+ messages in thread
From: Akira Yokosawa @ 2016-05-22  3:57 UTC (permalink / raw)
  To: paulmck; +Cc: perfbook, Akira Yokosawa

From ffbc919394b33fd71a2ee0203083b0d7388d541d Mon Sep 17 00:00:00 2001
From: Akira Yokosawa <akiyks@gmail.com>
Date: Thu, 5 May 2016 11:59:04 +0900
Subject: [PATCH] cpu: Add citation of HP11

Latest edition of Hennessy and Patterson's "Computer Architecture"
is Fifth edition (2011). This commit adds a citation of it in
Chapter 3.

Signed-off-by: Akira Yokosawa <akiyks@gmail.com>
---
 bib/hw.bib  | 7 +++++++
 cpu/cpu.tex | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/bib/hw.bib b/bib/hw.bib
index 943206a..4c3f418 100644
--- a/bib/hw.bib
+++ b/bib/hw.bib
@@ -74,6 +74,13 @@ year="1992"
 ,publisher="Morgan Kaufman"
 }

+@Book{Hennessy2011
+,author="John L. Hennessy and David A. Patterson"
+,title="Computer Architecture, Fifth Edition: A Quantitative Approach"
+,year="2011"
+,publisher="Morgan Kaufman"
+}
+
 @Book{DavidECuller1999
 ,author="David E. Culler and Jaswinder Pal Singh and Anoop Gupta"
 ,title="Parallel Computer Architecture: a Hardware/Software Approach"
diff --git a/cpu/cpu.tex b/cpu/cpu.tex
index 04cca00..b9c7ef2 100644
--- a/cpu/cpu.tex
+++ b/cpu/cpu.tex
@@ -15,7 +15,7 @@ within a shared-memory system.
 These few pages can do no more than scratch the surface of shared-memory
 parallel hardware design; readers desiring more detail would do well
 to start with a recent edition of Hennessy and Patterson's classic
-text~\cite{Hennessy95a}.
+text~\cite{Hennessy2011,Hennessy95a}.

 \QuickQuiz{}
 	Why should parallel programmers bother learning low-level
-- 
1.9.1


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

* Re: [PATCH] cpu: Add citation of HP11
  2016-05-22  3:57 [PATCH] cpu: Add citation of HP11 Akira Yokosawa
@ 2016-05-23 16:58 ` Paul E. McKenney
  0 siblings, 0 replies; 2+ messages in thread
From: Paul E. McKenney @ 2016-05-23 16:58 UTC (permalink / raw)
  To: Akira Yokosawa; +Cc: perfbook

On Sun, May 22, 2016 at 12:57:44PM +0900, Akira Yokosawa wrote:
> >From ffbc919394b33fd71a2ee0203083b0d7388d541d Mon Sep 17 00:00:00 2001
> From: Akira Yokosawa <akiyks@gmail.com>
> Date: Thu, 5 May 2016 11:59:04 +0900
> Subject: [PATCH] cpu: Add citation of HP11
> 
> Latest edition of Hennessy and Patterson's "Computer Architecture"
> is Fifth edition (2011). This commit adds a citation of it in
> Chapter 3.
> 
> Signed-off-by: Akira Yokosawa <akiyks@gmail.com>

Queued and pushed, thank you!

I had to split this patch to accommodate my centralized LaTeX bibliography
setup, hope that is OK.

							Thanx, Paul

> ---
>  bib/hw.bib  | 7 +++++++
>  cpu/cpu.tex | 2 +-
>  2 files changed, 8 insertions(+), 1 deletion(-)
> 
> diff --git a/bib/hw.bib b/bib/hw.bib
> index 943206a..4c3f418 100644
> --- a/bib/hw.bib
> +++ b/bib/hw.bib
> @@ -74,6 +74,13 @@ year="1992"
>  ,publisher="Morgan Kaufman"
>  }
> 
> +@Book{Hennessy2011
> +,author="John L. Hennessy and David A. Patterson"
> +,title="Computer Architecture, Fifth Edition: A Quantitative Approach"
> +,year="2011"
> +,publisher="Morgan Kaufman"
> +}
> +
>  @Book{DavidECuller1999
>  ,author="David E. Culler and Jaswinder Pal Singh and Anoop Gupta"
>  ,title="Parallel Computer Architecture: a Hardware/Software Approach"
> diff --git a/cpu/cpu.tex b/cpu/cpu.tex
> index 04cca00..b9c7ef2 100644
> --- a/cpu/cpu.tex
> +++ b/cpu/cpu.tex
> @@ -15,7 +15,7 @@ within a shared-memory system.
>  These few pages can do no more than scratch the surface of shared-memory
>  parallel hardware design; readers desiring more detail would do well
>  to start with a recent edition of Hennessy and Patterson's classic
> -text~\cite{Hennessy95a}.
> +text~\cite{Hennessy2011,Hennessy95a}.
> 
>  \QuickQuiz{}
>  	Why should parallel programmers bother learning low-level
> -- 
> 1.9.1
> 


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

end of thread, other threads:[~2016-05-23 16:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-22  3:57 [PATCH] cpu: Add citation of HP11 Akira Yokosawa
2016-05-23 16:58 ` Paul E. McKenney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox