Signed-off-by: SeongJae Park <sj38.park@xxxxxxxxx> --- together/refcnt.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/together/refcnt.tex b/together/refcnt.tex index 22d0a8d1d08e..cf23ba729d01 100644 --- a/together/refcnt.tex +++ b/together/refcnt.tex @@ -129,7 +129,7 @@ reference count need be checked for zero only very rarely. Simple counting protected by locking (\makebox{``-''}) is described in Section~\ref{sec:together:Simple Counting}, atomic counting with no memory barriers (``A'') is described in -Section~\ref{sec:together:Atomic Counting} +Section~\ref{sec:together:Atomic Counting}, atomic counting with acquisition memory barrier (``AM'') is described in Section~\ref{sec:together:Atomic Counting With Release Memory Barrier}, and -- 2.10.0 -- 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