summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeongJae Park <sj38.park@gmail.com>2023-06-11 10:15:05 -0700
committerPaul E. McKenney <paulmck@kernel.org>2023-06-11 10:29:25 -0700
commit5213fbcaffd0ee112c5800eefc202e2abbad75eb (patch)
tree6d0c7aebe997e3a19e8366425f4563737f70ef65
parent054a66ed1bf22ec8f050cbffe50f38424b94ce0a (diff)
downloadperfbook-5213fbcaffd0ee112c5800eefc202e2abbad75eb.tar.gz
advsync/rt: Update path to kernel-per-CPU-kthreads document
Linux commit 4f4cfa6c560c ("docs: admin-guide: add a series of orphaned documents") has moved Documentation/kernel-per-CPU-kthreads.txt to Documentation/admin-guide/kernel-per-CPU-kthreads.rst. Update the old path in advsync/rt.tex. Signed-off-by: SeongJae Park <sj38.park@gmail.com> Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
-rw-r--r--advsync/rt.tex3
1 files changed, 2 insertions, 1 deletions
diff --git a/advsync/rt.tex b/advsync/rt.tex
index c4d9c3c2..5bcdfabc 100644
--- a/advsync/rt.tex
+++ b/advsync/rt.tex
@@ -1486,7 +1486,8 @@ initiation take place on housekeeping CPUs, that special kernel
Kconfig or boot parameters be selected in order to direct work away from
the worker CPUs, or that worker CPUs never enter the kernel.
Specific per-kthread advice may be found in the Linux kernel source
-\path{Documentation} directory at \path{kernel-per-CPU-kthreads.txt}.
+\path{Documentation} directory at
+\path{admin-guide/kernel-per-CPU-kthreads.rst}.
A third source of OS jitter in the Linux kernel for CPU-bound threads
running at real-time priority is the scheduler itself.