>From b08c836fef6b054125b74c77a2fddc3e53ade5bc Mon Sep 17 00:00:00 2001 From: Akira Yokosawa <akiyks@xxxxxxxxx> Date: Sat, 16 Sep 2017 11:05:36 +0900 Subject: [PATCH 4/5] memorder: Update reference to memory-barrier primitives This reference used to reside in appendix. Now it lives in the same chapter and it should be made to a previous section. Signed-off-by: Akira Yokosawa <akiyks@xxxxxxxxx> --- memorder/memorder.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/memorder/memorder.tex b/memorder/memorder.tex index a6a33b6..596367d 100644 --- a/memorder/memorder.tex +++ b/memorder/memorder.tex @@ -3899,7 +3899,7 @@ the compiler to eschew any optimizations that would have the effect of reordering memory optimizations across the barriers. The \co{smp_read_barrier_depends()} primitive has a similar effect, but only on Alpha CPUs. -\IfInBook{See Chapter~\ref{chp:memorder:Memory Ordering} for +\IfInBook{See Section~\ref{sec:memorder:Ordering: Why and How?} for more information on use of these primitives.}{} These primitives generate code only in SMP kernels, however, each -- 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