All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] memorder: Adjust position of wide tables in 1c layout
@ 2017-08-30 14:12 Akira Yokosawa
  2017-08-30 14:47 ` Paul E. McKenney
  0 siblings, 1 reply; 2+ messages in thread
From: Akira Yokosawa @ 2017-08-30 14:12 UTC (permalink / raw)
  To: Paul E. McKenney; +Cc: perfbook, Akira Yokosawa

From 10938ccbfc54a9a99f177455cb1beee2892ea3e4 Mon Sep 17 00:00:00 2001
From: Akira Yokosawa <akiyks@gmail.com>
Date: Wed, 30 Aug 2017 23:03:31 +0900
Subject: [PATCH] memorder: Adjust position of wide tables in 1c layout

Also fix typo in row count.

Signed-off-by: Akira Yokosawa <akiyks@gmail.com>
---
 memorder/memorder.tex | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/memorder/memorder.tex b/memorder/memorder.tex
index e059384..56d94c3 100644
--- a/memorder/memorder.tex
+++ b/memorder/memorder.tex
@@ -424,7 +424,7 @@ things out in the end.

 \begin{table*}
 \small
-\centering\OneColumnHSpace{-0.1in}
+\centering\OneColumnHSpace{-0.7in}
 \begin{tabular}{l||c||c|c|c|c||c|c|c|c|c|c}
 	& & \multicolumn{4}{c||}{Prior Ordered Operation} &
 		\multicolumn{6}{c}{Subsequent Ordered Operation} \\
@@ -1811,7 +1811,7 @@ line to carry this new value to them.

 \begin{table*}
 \small
-\centering\OneColumnHSpace{-0.1in}
+\centering\OneColumnHSpace{-0.8in}
 \begin{tabular}{r||l|l|l|l||l|l|l}
 	& \tco{P0()} & \multicolumn{2}{c|}{\tco{P0()} \& \tco{P1()}} & \tco{P1()} & \multicolumn{3}{c}{\tco{P2()}} \\
 	\cline{2-8}
@@ -1853,7 +1853,7 @@ line to carry this new value to them.
 	11 & & \tco{x==&x} & \tco{x==&a} &
 		 & (Respond \co{x}) & & \tco{y==&c} \\
 	\hline
-	11 & (Finish store) & & \tco{x==&x} &
+	12 & (Finish store) & & \tco{x==&x} &
 		 &  & & \tco{y==&c} \\
 \end{tabular}
 \caption{Memory Ordering: WWC Sequence of Events}
-- 
2.7.4


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

end of thread, other threads:[~2017-08-30 14:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-30 14:12 [PATCH] memorder: Adjust position of wide tables in 1c layout Akira Yokosawa
2017-08-30 14:47 ` 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.