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 typo in '*_acquire' example
Date: Mon, 11 Sep 2017 08:42:55 -0700 [thread overview]
Message-ID: <20170911154255.GK3521@linux.vnet.ibm.com> (raw)
In-Reply-To: <6b962183-2529-3786-a55a-8e9729b16ced@gmail.com>
On Tue, Sep 12, 2017 at 12:28:33AM +0900, Akira Yokosawa wrote:
> >From 469e14bc026a2aedd15284d3fa0ef55827eb7853 Mon Sep 17 00:00:00 2001
> From: Akira Yokosawa <akiyks@gmail.com>
> Date: Tue, 12 Sep 2017 00:21:45 +0900
> Subject: [PATCH] memorder: Fix typo in '*_acquire' example
>
> Signed-off-by: Akira Yokosawa <akiyks@gmail.com>
Good eyes, applied and pushed, 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 96b598b..c44dfd2 100644
> --- a/memorder/memorder.tex
> +++ b/memorder/memorder.tex
> @@ -519,7 +519,7 @@ conditionally.
> Blank cells indicate that no ordering is supplied.
>
> The \co{*_acquire} row covers \co{smp_load_acquire()},
> -\co{cmpxchg_acquire()}, \co{xchg_release()}, and so on;
> +\co{cmpxchg_acquire()}, \co{xchg_acquire()}, and so on;
> the \co{*_release} row covers \co{smp_store_release()},
> \co{cmpxchg_release()}, \co{xchg_release()}, and so on; and
> the ``Successful Non-Relaxed Non-\co{void} RMW'' row covers
> --
> 2.7.4
>
prev parent reply other threads:[~2017-09-11 15:42 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-09-11 15:28 [PATCH] memorder: Fix typo in '*_acquire' example Akira Yokosawa
2017-09-11 15:42 ` 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=20170911154255.GK3521@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.