>From 02bb04ebd5d1cce822aebb1e01fb0331e8b56aad Mon Sep 17 00:00:00 2001 From: Akira Yokosawa <akiyks@xxxxxxxxx> Date: Wed, 25 Oct 2017 20:22:24 +0900 Subject: [PATCH 1/5] memorder: Fix excessive uses of midrule skip 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 238783e..0ee4cad 100644 --- a/memorder/memorder.tex +++ b/memorder/memorder.tex @@ -1973,15 +1973,15 @@ line to carry this new value to them. \small \centering\OneColumnHSpace{-0.8in} \renewcommand*{\arraystretch}{1.1} -\rowcolors{13}{lightgray}{} +\rowcolors{10}{}{lightgray} \begin{tabular}{rlllllll}\toprule & \multicolumn{1}{c}{\tco{P0()}} & \multicolumn{2}{c}{\tco{P0()} \& \tco{P1()}} & \multicolumn{1}{c}{\tco{P1()}} & \multicolumn{3}{c}{\tco{P2()}} \\ \cmidrule(l){2-2} \cmidrule(l){3-4} \cmidrule(lr){5-5} \cmidrule(l){6-8} & Instruction & Store Buffer & Cache & Instruction & Instruction & Store Buffer & Cache \\ - \cmidrule{1-1} \cmidrule(l){2-2} \cmidrule(l){3-3} \cmidrule(l){4-4} - \cmidrule(lr){5-5} \cmidrule(l){6-6} \cmidrule(l){7-7} \cmidrule(l){8-8} + \cmidrule{1-1} \cmidrule(l){2-2} \cmidrule(l){3-4} + \cmidrule(lr){5-5} \cmidrule(l){6-8} 1 & (Initial state) & & \tco{y==0} & (Initial state) & (Initial state) & & \tco{x==0} \\ -- 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