]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[PATCH] hrtimers: cleanups and simplifications
authorGeorge Anzinger <george@wildturkeyranch.net>
Wed, 1 Feb 2006 11:05:11 +0000 (03:05 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 1 Feb 2006 16:53:13 +0000 (08:53 -0800)
commit7978672c4d9a1e6a6081de3a9d9ba5e5b24904a0
treea7deb3a6e339e691078c770d4b9cbc05d99a2243
parentff60a5dc4fa584d47022d2533bc5c53b80096fb5
[PATCH] hrtimers: cleanups and simplifications

Clean up the interface to hrtimers by changing the init code to pass the mode
as well as the clock.  This allow the init code to select the correct base and
eliminates extra timer re-init code in posix-timers.  We also simplify the
restart interface nanosleep use.

Signed-off-by: George Anzinger <george@mvista.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
include/linux/hrtimer.h
kernel/fork.c
kernel/hrtimer.c
kernel/posix-timers.c