diff options
author | stephen lu <lumotuwe@gmail.com> | 2017-08-28 22:42:24 -0400 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2017-09-26 16:58:23 -0400 |
commit | 44e9f099367716dde33618b7d5d25c3123437ba6 (patch) | |
tree | be0bfff8502ddde5656c9291eaf916c7f193a64c | |
parent | d4306db189d04886e07751f682495aeae61a4c4f (diff) |
docs: highres: fix broken urls
Some urls is invalid. I find alternative urls.
Signed-off-by: stephen lu <lumotuwe@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
-rw-r--r-- | Documentation/timers/highres.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/timers/highres.txt b/Documentation/timers/highres.txt index e8789976e77c..9d88f67781c2 100644 --- a/Documentation/timers/highres.txt +++ b/Documentation/timers/highres.txt | |||
@@ -4,10 +4,10 @@ High resolution timers and dynamic ticks design notes | |||
4 | Further information can be found in the paper of the OLS 2006 talk "hrtimers | 4 | Further information can be found in the paper of the OLS 2006 talk "hrtimers |
5 | and beyond". The paper is part of the OLS 2006 Proceedings Volume 1, which can | 5 | and beyond". The paper is part of the OLS 2006 Proceedings Volume 1, which can |
6 | be found on the OLS website: | 6 | be found on the OLS website: |
7 | http://www.linuxsymposium.org/2006/linuxsymposium_procv1.pdf | 7 | https://www.kernel.org/doc/ols/2006/ols2006v1-pages-333-346.pdf |
8 | 8 | ||
9 | The slides to this talk are available from: | 9 | The slides to this talk are available from: |
10 | http://tglx.de/projects/hrtimers/ols2006-hrtimers.pdf | 10 | http://www.cs.columbia.edu/~nahum/w6998/papers/ols2006-hrtimers-slides.pdf |
11 | 11 | ||
12 | The slides contain five figures (pages 2, 15, 18, 20, 22), which illustrate the | 12 | The slides contain five figures (pages 2, 15, 18, 20, 22), which illustrate the |
13 | changes in the time(r) related Linux subsystems. Figure #1 (p. 2) shows the | 13 | changes in the time(r) related Linux subsystems. Figure #1 (p. 2) shows the |