[PATCH 12/13] whymemorybarriers: Add \nf{} command to table header

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



>From bfed77e57f50ca1e4068f46c3b5b3ded1070287e Mon Sep 17 00:00:00 2001
From: Akira Yokosawa <akiyks@xxxxxxxxx>
Date: Sun, 1 Jan 2017 13:11:42 +0900
Subject: [PATCH 12/13] whymemorybarriers: Add \nf{} command to table header

Signed-off-by: Akira Yokosawa <akiyks@xxxxxxxxx>
---
 appendix/whymb/whymemorybarriers.tex | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/appendix/whymb/whymemorybarriers.tex b/appendix/whymb/whymemorybarriers.tex
index f97160a..bb8808d 100644
--- a/appendix/whymb/whymemorybarriers.tex
+++ b/appendix/whymb/whymemorybarriers.tex
@@ -1357,9 +1357,9 @@ Each of ``a'', ``b'', and ``c'' are initially zero.
 \small
 \centering{\tt
 \begin{tabular}{l|l|l}
-	\multicolumn{1}{c|}{CPU~0} &
-		\multicolumn{1}{c|}{CPU~1} &
-			\multicolumn{1}{c}{CPU~2} \\
+	\multicolumn{1}{c|}{\nf{CPU~0}} &
+		\multicolumn{1}{c|}{\nf{CPU~1}} &
+			\multicolumn{1}{c}{\nf{CPU~2}} \\
 	\hline
 	\hline
 	a = 1;		 &		& \\
@@ -1417,9 +1417,9 @@ Both ``a'' and ``b'' are initially zero.
 \small
 \centering{\tt
 \begin{tabular}{l|l|l}
-	\multicolumn{1}{c|}{CPU~0} &
-		\multicolumn{1}{c|}{CPU~1} &
-			\multicolumn{1}{c}{CPU~2} \\
+	\multicolumn{1}{c|}{\nf{CPU~0}} &
+		\multicolumn{1}{c|}{\nf{CPU~1}} &
+			\multicolumn{1}{c}{\nf{CPU~2}} \\
 	\hline
 	\hline
 	a = 1;	     & while (a == 0); & \\
@@ -1459,9 +1459,9 @@ All variables are initially zero.
 \scriptsize
 \centering{\tt
 \begin{tabular}{r|l|l|l}
-	& \multicolumn{1}{c|}{CPU~0} &
-		\multicolumn{1}{c|}{CPU~1} &
-			\multicolumn{1}{c}{CPU~2} \\
+	& \multicolumn{1}{c|}{\nf{CPU~0}} &
+		\multicolumn{1}{c|}{\nf{CPU~1}} &
+			\multicolumn{1}{c}{\nf{CPU~2}} \\
 	\hline
 	\hline
  1 &	a = 1; &			& \\
-- 
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



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux NFS]     [Linux NILFS]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux