summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Sofianos <gsf.greece@gmail.com>2019-02-19 20:22:45 -0500
committerJonathan Corbet <corbet@lwn.net>2019-02-22 10:50:17 -0500
commit3203561d6d081fa53d3b448d99fb9ffd933b3123 (patch)
tree30bc6bb45a4f2a28a97096c64ff459d55d60528a
parenta5f4cb4288e548ab415bbfebd1105c7b29ba9f8c (diff)
Docs: Correct /proc/stat path
The documentation for dynamic ticks in high resolution timers uses an incorrect path for /proc/stat - fix it. Signed-off-by: George Sofianos <gsf.greece@gmail.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
-rw-r--r--Documentation/timers/highres.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/timers/highres.txt b/Documentation/timers/highres.txt
index 9d88f67781c2..8f9741592123 100644
--- a/Documentation/timers/highres.txt
+++ b/Documentation/timers/highres.txt
@@ -231,7 +231,7 @@ in the idle period to make sure that jiffies are up to date and the interrupt
231handler has not to deal with an eventually stale jiffy value. 231handler has not to deal with an eventually stale jiffy value.
232 232
233The dynamic tick feature provides statistical values which are exported to 233The dynamic tick feature provides statistical values which are exported to
234userspace via /proc/stats and can be made available for enhanced power 234userspace via /proc/stat and can be made available for enhanced power
235management control. 235management control.
236 236
237The implementation leaves room for further development like full tickless 237The implementation leaves room for further development like full tickless