diff options
| author | George Sofianos <gsf.greece@gmail.com> | 2019-02-19 20:22:45 -0500 |
|---|---|---|
| committer | Jonathan Corbet <corbet@lwn.net> | 2019-02-22 10:50:17 -0500 |
| commit | 3203561d6d081fa53d3b448d99fb9ffd933b3123 (patch) | |
| tree | 30bc6bb45a4f2a28a97096c64ff459d55d60528a | |
| parent | a5f4cb4288e548ab415bbfebd1105c7b29ba9f8c (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.txt | 2 |
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 | |||
| 231 | handler has not to deal with an eventually stale jiffy value. | 231 | handler has not to deal with an eventually stale jiffy value. |
| 232 | 232 | ||
| 233 | The dynamic tick feature provides statistical values which are exported to | 233 | The dynamic tick feature provides statistical values which are exported to |
| 234 | userspace via /proc/stats and can be made available for enhanced power | 234 | userspace via /proc/stat and can be made available for enhanced power |
| 235 | management control. | 235 | management control. |
| 236 | 236 | ||
| 237 | The implementation leaves room for further development like full tickless | 237 | The implementation leaves room for further development like full tickless |
