>From e495d83986561ebddebc268abdd82284060f1a50 Mon Sep 17 00:00:00 2001 From: Akira Yokosawa <akiyks@xxxxxxxxx> Date: Mon, 13 Mar 2017 20:50:12 +0900 Subject: [PATCH v2 5/6] advsync/memorybarriers: Reference by Figure label Signed-off-by: Akira Yokosawa <akiyks@xxxxxxxxx> --- advsync/memorybarriers.tex | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/advsync/memorybarriers.tex b/advsync/memorybarriers.tex index 98f7787..85e9162 100644 --- a/advsync/memorybarriers.tex +++ b/advsync/memorybarriers.tex @@ -1135,7 +1135,8 @@ appears to be maintained. Similarly, the compiler may also arrange the instructions it emits in any order it likes, provided it doesn't affect the apparent operation of the program. -So in the above diagram, the effects of the memory operations performed by a +So in Figure~\ref{fig:advsync:Abstract Memory Access Model}, +the effects of the memory operations performed by a CPU are perceived by the rest of the system as the operations cross the interface between the CPU and rest of the system (the dotted lines). -- 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