[PATCH] hrtimer: hrtimer core code
authorThomas Gleixner <tglx@linutronix.de>
Tue, 10 Jan 2006 04:52:32 +0000 (20:52 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 10 Jan 2006 16:01:37 +0000 (08:01 -0800)
commitc0a3132963db68f1fbbd0e316b73de100fee3f08
treecdd76aacf0ca7ae7780696a06bf9643f8b245ba1
parent97fc79f97b1111c80010d34ee66312b88f531e41
[PATCH] hrtimer: hrtimer core code

hrtimer subsystem core.  It is initialized at bootup and expired by the timer
interrupt, but is otherwise not utilized by any other subsystem yet.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
include/linux/hrtimer.h [new file with mode: 0644]
include/linux/ktime.h
init/main.c
kernel/Makefile
kernel/hrtimer.c [new file with mode: 0644]
kernel/timer.c