All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] memorder: Fix 'Non-Other-Multicopy Atomic?' row in summary table
@ 2017-10-06 14:44 Akira Yokosawa
  2017-10-06 17:05 ` Paul E. McKenney
  0 siblings, 1 reply; 2+ messages in thread
From: Akira Yokosawa @ 2017-10-06 14:44 UTC (permalink / raw)
  To: Paul E. McKenney; +Cc: perfbook, Akira Yokosawa

From a28209de2cced673aa9a924cf7d038571886b6fd Mon Sep 17 00:00:00 2001
From: Akira Yokosawa <akiyks@gmail.com>
Date: Fri, 6 Oct 2017 23:29:24 +0900
Subject: [PATCH] memorder: Fix 'Non-Other-Multicopy Atomic?' row in summary table

In commit c99a5407b2a6 ("memorder: Transpose table 'Summary of Memory
Ordering'"), (PA-RISC), SPARC TSO, and x86 were marked "Y" in
the "Non-Other-Multicopy Atomic?" row.
The corresponding cells before the transposition had been blank.

Remove those bogus "Y"s.

Fixes: c99a5407b2a6
Signed-off-by: Akira Yokosawa <akiyks@gmail.com>
---
 memorder/memorder.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/memorder/memorder.tex b/memorder/memorder.tex
index ba54fee..eb498fb 100644
--- a/memorder/memorder.tex
+++ b/memorder/memorder.tex
@@ -3744,7 +3744,7 @@ dependencies.
 		 & Y   & Y   & Y   & Y     & Y  & Y     & ~   & Y & Y   & Y & ~ \\
 \cellcolor{white}
 	& Non-Other-Multicopy Atomic?
-		 & Y   & ~   & Y   & Y     & Y  & Y     & ~   & Y & Y   & Y & ~ \\
+		 & Y   & ~   & Y   & Y     & Y  & ~     & ~   & Y & ~   & ~ & ~ \\
 	& Non-Cache Coherent?
 		 & ~   & ~   & ~   & Y     & ~  & ~     & ~   & ~ & ~   & ~ & ~ \\
 	\cmidrule(r){1-2} \cmidrule{3-13}
-- 
2.7.4


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

* Re: [PATCH] memorder: Fix 'Non-Other-Multicopy Atomic?' row in summary table
  2017-10-06 14:44 [PATCH] memorder: Fix 'Non-Other-Multicopy Atomic?' row in summary table Akira Yokosawa
@ 2017-10-06 17:05 ` Paul E. McKenney
  0 siblings, 0 replies; 2+ messages in thread
From: Paul E. McKenney @ 2017-10-06 17:05 UTC (permalink / raw)
  To: Akira Yokosawa; +Cc: perfbook

On Fri, Oct 06, 2017 at 11:44:11PM +0900, Akira Yokosawa wrote:
> >From a28209de2cced673aa9a924cf7d038571886b6fd Mon Sep 17 00:00:00 2001
> From: Akira Yokosawa <akiyks@gmail.com>
> Date: Fri, 6 Oct 2017 23:29:24 +0900
> Subject: [PATCH] memorder: Fix 'Non-Other-Multicopy Atomic?' row in summary table
> 
> In commit c99a5407b2a6 ("memorder: Transpose table 'Summary of Memory
> Ordering'"), (PA-RISC), SPARC TSO, and x86 were marked "Y" in
> the "Non-Other-Multicopy Atomic?" row.
> The corresponding cells before the transposition had been blank.
> 
> Remove those bogus "Y"s.
> 
> Fixes: c99a5407b2a6
> Signed-off-by: Akira Yokosawa <akiyks@gmail.com>

Hmmm...  I didn't proofread that transposition change very well, did I?

Anyway, 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 ba54fee..eb498fb 100644
> --- a/memorder/memorder.tex
> +++ b/memorder/memorder.tex
> @@ -3744,7 +3744,7 @@ dependencies.
>  		 & Y   & Y   & Y   & Y     & Y  & Y     & ~   & Y & Y   & Y & ~ \\
>  \cellcolor{white}
>  	& Non-Other-Multicopy Atomic?
> -		 & Y   & ~   & Y   & Y     & Y  & Y     & ~   & Y & Y   & Y & ~ \\
> +		 & Y   & ~   & Y   & Y     & Y  & ~     & ~   & Y & ~   & ~ & ~ \\
>  	& Non-Cache Coherent?
>  		 & ~   & ~   & ~   & Y     & ~  & ~     & ~   & ~ & ~   & ~ & ~ \\
>  	\cmidrule(r){1-2} \cmidrule{3-13}
> -- 
> 2.7.4
> 


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

end of thread, other threads:[~2017-10-06 17:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-06 14:44 [PATCH] memorder: Fix 'Non-Other-Multicopy Atomic?' row in summary table Akira Yokosawa
2017-10-06 17:05 ` 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.