[PATCH] itimer fixes
authorGeorge Anzinger <george@mvista.com>
Wed, 27 Jul 2005 18:43:44 +0000 (11:43 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 27 Jul 2005 23:25:51 +0000 (16:25 -0700)
commitd912d1ff218195c248c770eb677726695e07aa40
tree6718b67656e3cf0ec0c03b585f43f8815809cdcd
parentb7343f01e326374e69666ca6001bdb6a7c67e9f7
[PATCH] itimer fixes

Fix the recent off-by-one fix in the itimer code:

1. The repeating timer is figured using the requested time
(not +1 as we know where we are in the jiffie).

2. The tests for interval too large are left to the time_val to jiffie code.

Signed-off-by: George Anzinger <george@mvista.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
kernel/itimer.c