timers: fix TIMER_ABSTIME for process wide cpu timers
authorPeter Zijlstra <a.p.zijlstra@chello.nl>
Wed, 11 Feb 2009 10:30:27 +0000 (11:30 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 11 Feb 2009 13:04:21 +0000 (14:04 +0100)
The POSIX timer interface allows for absolute time expiry values through the
TIMER_ABSTIME flag, therefore we have to synchronize the timer to the clock
every time we start it.

Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found