All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
To: Akira Yokosawa <akiyks@gmail.com>
Cc: perfbook@vger.kernel.org
Subject: Re: [PATCH] cpu: Add citation of HP11
Date: Mon, 23 May 2016 09:58:28 -0700	[thread overview]
Message-ID: <20160523165828.GD3825@linux.vnet.ibm.com> (raw)
In-Reply-To: <9cd19ab1-37ce-b528-fddc-919e88a21bfc@gmail.com>

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
> 


      reply	other threads:[~2016-05-23 16:58 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-22  3:57 [PATCH] cpu: Add citation of HP11 Akira Yokosawa
2016-05-23 16:58 ` Paul E. McKenney [this message]

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=20160523165828.GD3825@linux.vnet.ibm.com \
    --to=paulmck@linux.vnet.ibm.com \
    --cc=akiyks@gmail.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.