commit | d912d1ff218195c248c770eb677726695e07aa40 | [log] [tgz] |
---|---|---|
author | George Anzinger <george@mvista.com> | Wed Jul 27 11:43:44 2005 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Wed Jul 27 16:25:51 2005 -0700 |
tree | 6718b67656e3cf0ec0c03b585f43f8815809cdcd | |
parent | b7343f01e326374e69666ca6001bdb6a7c67e9f7 [diff] |
[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>