]> git.baikalelectronics.ru Git - kernel.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)
commit15fc3f50c593fadb4a107fe9db40fae9ea87a5d1
treea7deb3a6e339e691078c770d4b9cbc05d99a2243
parent8d62b90a248aa5a5d02f6b4646ecdea5e7a32fac
[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