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] memorder: Fix conjugation
Date: Thu, 7 Sep 2017 08:21:23 -0700	[thread overview]
Message-ID: <20170907152123.GM15437@linux.vnet.ibm.com> (raw)
In-Reply-To: <b59bfc8c-5681-9e52-a407-7898fe22f821@gmail.com>

On Thu, Sep 07, 2017 at 11:47:16PM +0900, Akira Yokosawa wrote:
> >From 52de440ceddf2f7bd97b4ad31b656d089f4b7f78 Mon Sep 17 00:00:00 2001
> From: Akira Yokosawa <akiyks@gmail.com>
> Date: Thu, 7 Sep 2017 23:39:54 +0900
> Subject: [PATCH] memorder: Fix conjugation
> 
> Fixes: bee1892d96f3 ("memorder: Shift more towards "load" and "store"")
> Signed-off-by: Akira Yokosawa <akiyks@gmail.com>

Good catch, applied, thank you!

							Thanx, Paul

> ---
>  memorder/memorder.tex | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/memorder/memorder.tex b/memorder/memorder.tex
> index c0d30c0..80b8ac3 100644
> --- a/memorder/memorder.tex
> +++ b/memorder/memorder.tex
> @@ -256,7 +256,7 @@ record their stores in their respective store buffers.
> 
>  Row~3 shows the two loads (lines~10 and~19 of
>  Listing~\ref{lst:memorder:Memory Misordering: Store-Buffering Litmus Test}).
> -Because the variable being load by each CPU is in that CPU's cache,
> +Because the variable being loaded by each CPU is in that CPU's cache,
>  each load immediately returns the cached value, which in both cases
>  is zero.
> 
> -- 
> 2.7.4
> 

--
To unsubscribe from this list: send the line "unsubscribe perfbook" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  https://urldefense.proofpoint.com/v2/url?u=http-3A__vger.kernel.org_majordomo-2Dinfo.html&d=DwIBAg&c=jf_iaSHvJObTbx-siA1ZOg&r=ux41CW3B5BSVxDMRNRWyLbUmPebZc70Kq4AkfdiRGMI&m=AF8M59YhgZNjaQRkVXx1HMkLRY0jrU2xIAWd1hqt6Eg&s=XXKqO3-QhHfRFDxe_F37E6P2oDYZz-vdVh6nmIJtAlg&e= 


      reply	other threads:[~2017-09-07 15:21 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-07 14:47 [PATCH] memorder: Fix conjugation Akira Yokosawa
2017-09-07 15:21 ` 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=20170907152123.GM15437@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.