[PATCH] hrtimers: pass current time to hrtimer_forward()
authorRoman Zippel <zippel@linux-m68k.org>
Sun, 26 Mar 2006 09:38:06 +0000 (01:38 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sun, 26 Mar 2006 16:57:02 +0000 (08:57 -0800)
commit44f21475511bbc0135b52c66ad74dcc6a9026da3
tree5cbd605c9d074f40b52a877859957432311b2399
parent92127c7a45d4d167d9b015a5f9de6b41ed66f1d0
[PATCH] hrtimers: pass current time to hrtimer_forward()

Pass current time to hrtimer_forward().  This allows to use the softirq time
in the timer base when the forward function is called from the timer callback.
 Other places pass current time with a call to timer->base->get_time().

Signed-off-by: Roman Zippel <zippel@linux-m68k.org>
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/hrtimer.c
kernel/itimer.c
kernel/posix-timers.c