From cac6a9e0e1bb4e64ddab38295a8e425ec56bbf36 Mon Sep 17 00:00:00 2001 From: Randy Dunlap Date: Tue, 22 Jul 2008 09:46:13 -0700 Subject: [PATCH] --- yaml --- r: 113612 b: refs/heads/master c: a300bec952127d9a15e666b391bb35c9aecb3002 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/Documentation/00-INDEX | 2 -- trunk/Documentation/timers/00-INDEX | 10 ++++++++++ trunk/Documentation/{ => timers}/hpet.txt | 0 4 files changed, 11 insertions(+), 3 deletions(-) create mode 100644 trunk/Documentation/timers/00-INDEX rename trunk/Documentation/{ => timers}/hpet.txt (100%) diff --git a/[refs] b/[refs] index ed2917ad9a47..39bdf0751c23 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f3561810b163aca5388ad550abbbc82ae5323189 +refs/heads/master: a300bec952127d9a15e666b391bb35c9aecb3002 diff --git a/trunk/Documentation/00-INDEX b/trunk/Documentation/00-INDEX index 1977fab38656..6c40c4c300d7 100644 --- a/trunk/Documentation/00-INDEX +++ b/trunk/Documentation/00-INDEX @@ -161,8 +161,6 @@ hayes-esp.txt - info on using the Hayes ESP serial driver. highuid.txt - notes on the change from 16 bit to 32 bit user/group IDs. -hpet.txt - - High Precision Event Timer Driver for Linux. timers/ - info on the timer related topics hw_random.txt diff --git a/trunk/Documentation/timers/00-INDEX b/trunk/Documentation/timers/00-INDEX new file mode 100644 index 000000000000..397dc35e1323 --- /dev/null +++ b/trunk/Documentation/timers/00-INDEX @@ -0,0 +1,10 @@ +00-INDEX + - this file +highres.txt + - High resolution timers and dynamic ticks design notes +hpet.txt + - High Precision Event Timer Driver for Linux +hrtimers.txt + - subsystem for high-resolution kernel timers +timer_stats.txt + - timer usage statistics diff --git a/trunk/Documentation/hpet.txt b/trunk/Documentation/timers/hpet.txt similarity index 100% rename from trunk/Documentation/hpet.txt rename to trunk/Documentation/timers/hpet.txt