[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)
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

Simple merge
Simple merge
diff --cc init/main.c
Simple merge
diff --cc kernel/Makefile
Simple merge
Simple merge
diff --cc kernel/timer.c
Simple merge