summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeongJae Park <sj38.park@gmail.com>2023-06-11 10:15:06 -0700
committerPaul E. McKenney <paulmck@kernel.org>2023-06-11 10:29:25 -0700
commit1b0da786bf6e13d7ae49b365ce0d2fdaf2efe23e (patch)
tree2d78b87d24a128a2a17fabf3ed5cdf1ffade2fba
parent5213fbcaffd0ee112c5800eefc202e2abbad75eb (diff)
downloadperfbook-1b0da786bf6e13d7ae49b365ce0d2fdaf2efe23e.tar.gz
advsync/rt: Mention the tree of Documentation/ directory
A sentence in rt.tex is mentioning a file under Linux source tree's Documentation/ directory without the explanation of the tree. Add it so that readers can easily find the mentioned file. Signed-off-by: SeongJae Park <sj38.park@gmail.com> Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
-rw-r--r--advsync/rt.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/advsync/rt.tex b/advsync/rt.tex
index 5bcdfabc..e02da57a 100644
--- a/advsync/rt.tex
+++ b/advsync/rt.tex
@@ -1626,7 +1626,7 @@ real-time and heavy-compute workloads, but hurts other workloads
that feature high rates of system calls and
I/O~\cite{AbdullahAljuhni2018nohzfull}.
Additional limitations, tradeoffs, and configuration advice may be
-found in \path{Documentation/timers/no_hz.rst}.
+found in \path{Documentation/timers/no_hz.rst} file in the Linux source tree.
As you can see, obtaining bare-metal performance when running
CPU-bound real-time threads on a general-purpose OS such as Linux