From: George Anzinger Date: Wed, 27 Jul 2005 18:43:44 +0000 (-0700) Subject: [PATCH] itimer fixes X-Git-Tag: v2.6.13-rc4~25^2~148 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d912d1ff218195c248c770eb677726695e07aa40;p=pandora-kernel.git [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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed