On Wed, Aug 30, 2017 at 11:12:31PM +0900, Akira Yokosawa wrote: > >From 10938ccbfc54a9a99f177455cb1beee2892ea3e4 Mon Sep 17 00:00:00 2001 > From: Akira Yokosawa <akiyks@xxxxxxxxx> > 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. Good catch, applied and pushed! Thanx, Paul > Signed-off-by: Akira Yokosawa <akiyks@xxxxxxxxx> > --- > 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 > > -- > 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 > -- 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