>From a28209de2cced673aa9a924cf7d038571886b6fd Mon Sep 17 00:00:00 2001 From: Akira Yokosawa <akiyks@xxxxxxxxx> 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@xxxxxxxxx> --- 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 -- To unsubscribe from this list: send the line "unsubscribe perfbook" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html