summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAkira Yokosawa <akiyks@gmail.com>2023-09-22 22:56:46 +0900
committerPaul E. McKenney <paulmck@kernel.org>2023-09-23 01:11:21 -0700
commit3944c355664f1bf4a4f307eac7d68d323578361c (patch)
treef49e8b364d56912659c868fda8d5538631fb07b9
parent85c4861b8afcaca822e42e644ef91c3d878bdcc0 (diff)
downloadperfbook-3944c355664f1bf4a4f307eac7d68d323578361c.tar.gz
memorder: Add index marker for smp_read_barrier_depends() as classic API
Signed-off-by: Akira Yokosawa <akiyks@gmail.com> Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
-rw-r--r--memorder/memorder.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/memorder/memorder.tex b/memorder/memorder.tex
index 9af41194..3d2881df 100644
--- a/memorder/memorder.tex
+++ b/memorder/memorder.tex
@@ -5293,7 +5293,7 @@ influence on concurrency APIs, including within the Linux kernel.
The need for core Linux-kernel code to accommodate Alpha ended
with version v4.15 of the Linux kernel, and all traces of this
accommodation were removed in v5.9 with the removal of the
-\co{smp_read_barrier_depends()} and \co{read_barrier_depends()} APIs.
+\apikh{smp_read_barrier_depends()} and \co{read_barrier_depends()} APIs.
This section is nevertheless retained in the Third Edition
because here in early 2023 there are still a few Linux kernel hackers
still working on pre-v4.15 versions of the Linux kernel.