Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Documentation: move timer related documentation to a single place

We have two directories with timer related information in
Documentation/: hrtimers/ and hrtimer/. timer_stats are not restricted
to hrtimers. Move all those files into Documentation/timers where we
can pile up other timer related docs as well.

Pointed-out-by: Randy Dunlap <randy@oracle.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>

+2 -4
+2 -4
Documentation/00-INDEX
··· 167 167 - notes on the change from 16 bit to 32 bit user/group IDs. 168 168 hpet.txt 169 169 - High Precision Event Timer Driver for Linux. 170 - hrtimer/ 171 - - info on the timer_stats debugging facility for timer (ab)use. 172 - hrtimers/ 173 - - info on the hrtimers subsystem for high-resolution kernel timers. 170 + timers/ 171 + - info on the timer related topics 174 172 hw_random.txt 175 173 - info on Linux support for random number generator in i8xx chipsets. 176 174 hwmon/
Documentation/hrtimer/timer_stats.txt Documentation/timers/timer_stats.txt
Documentation/hrtimers/highres.txt Documentation/timers/highres.txt
Documentation/hrtimers/hrtimers.txt Documentation/timers/hrtimers.txt