[PATCH] Fix cpu timers expiration time
authorOleg Nesterov <oleg@tv-sign.ru>
Wed, 26 Oct 2005 16:26:53 +0000 (20:26 +0400)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 26 Oct 2005 22:21:14 +0000 (15:21 -0700)
There's a silly off-by-one error in the code that updates the expiration
of posix CPU timers, causing them to not be properly updated when they
hit exactly on their expiration time (which should be the normal case).

This causes them to then fire immediately again, and only _then_ get
properly updated.

Signed-off-by: Linus Torvalds <torvalds@osdl.org>
kernel/posix-cpu-timers.c

Simple merge