>From d07bf0df57c597c22de9a7c159f10b0247cea8c2 Mon Sep 17 00:00:00 2001 From: Akira Yokosawa <akiyks@xxxxxxxxx> Date: Sun, 1 Jan 2017 14:02:06 +0900 Subject: [PATCH 13/13] memorybarriers: Add \nf{} command to descriptive words in table Signed-off-by: Akira Yokosawa <akiyks@xxxxxxxxx> --- advsync/memorybarriers.tex | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/advsync/memorybarriers.tex b/advsync/memorybarriers.tex index 7f1c3c8..74d4f7b 100644 --- a/advsync/memorybarriers.tex +++ b/advsync/memorybarriers.tex @@ -2276,8 +2276,8 @@ loads. Consider the following sequence of events with initial values B = 2; & \\ <write barrier> & \\ C = \&B; & LOAD X\\ - D = 4; & LOAD C (gets \&B) \\ - & LOAD *C (reads B) \\ + D = 4; & LOAD C \nf{(gets \tco{&B})} \\ + & LOAD *C \nf{(reads \tco{B})} \\ \end{tabular} \end{minipage} \vspace{5pt} @@ -2312,9 +2312,9 @@ values of {\tt \{B = 7, X = 9, Y = 8, C = \&Y\}}: B = 2; & \\ <write barrier> & \\ C = \&B; & LOAD X\\ - D = 4; & LOAD C (gets \&B) \\ + D = 4; & LOAD C \nf{(gets \tco{&B})} \\ & <data dependency barrier> \\ - & LOAD *C (reads B) \\ + & LOAD *C \nf{(reads \tco{B})} \\ \end{tabular} \end{minipage} \vspace{5pt} @@ -2408,9 +2408,9 @@ with the same initial values of <write barrier> & \\ B = 2; & \\ & LOAD B \\ - & LOAD A (1\textsuperscript{st}) \\ + & LOAD A \nf{(1\textsuperscript{st})} \\ & <read barrier> \\ - & LOAD A (2\textsuperscript{nd}) \\ + & LOAD A \nf{(2\textsuperscript{nd})} \\ \end{tabular} \end{minipage} \vspace{5pt} -- 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