From: Thomas Gleixner Date: Sat, 19 Apr 2008 19:31:26 +0000 (+0200) Subject: hrtimer: optimize the softirq time optimization X-Git-Tag: v2.6.26-rc1~1129^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=259aae864ceeb2b34e7bafa1ce18d096a357fab2;p=pandora-kernel.git hrtimer: optimize the softirq time optimization The previous optimization did not take the case into account where a clock provides its own softirq_get_time() function. Check for the availablitiy of the clock get time function first and then check if we need to retrieve the time for both clocks via hrtimer_softirq_gettime() to avoid a double evaluation of time in that case as well. Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed