From: Roman Zippel Date: Sun, 26 Mar 2006 09:38:06 +0000 (-0800) Subject: [PATCH] hrtimers: pass current time to hrtimer_forward() X-Git-Tag: v2.6.17-rc1~585 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44f21475511bbc0135b52c66ad74dcc6a9026da3;p=pandora-kernel.git [PATCH] hrtimers: pass current time to hrtimer_forward() Pass current time to hrtimer_forward(). This allows to use the softirq time in the timer base when the forward function is called from the timer callback. Other places pass current time with a call to timer->base->get_time(). Signed-off-by: Roman Zippel Signed-off-by: Thomas Gleixner Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed