commit | 4da94d49b2ecb0a26e716a8811c3ecc542c2a65d | [log] [tgz] |
---|---|---|
author | Peter Zijlstra <a.p.zijlstra@chello.nl> | Wed Feb 11 11:30:27 2009 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Wed Feb 11 14:04:21 2009 +0100 |
tree | a87980822b2499021f080c2b0235f441b30413cc | |
parent | 3fccfd67df79c6351a156eb25a7a514e5f39c4d9 [diff] |
timers: fix TIMER_ABSTIME for process wide cpu timers 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>