From: Thomas Gleixner Date: Wed, 16 Jul 2014 21:04:23 +0000 (+0000) Subject: timerfd: Use ktime_mono_to_real() X-Git-Tag: omap-for-v3.17/fixes-against-rc2~152^2~45 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53cc7bad37fcb90e47ef729ef9818a2ed93ee862;p=pandora-kernel.git timerfd: Use ktime_mono_to_real() We have a few other use cases of ktime_get_monotonic_offset() which can be optimized with ktime_mono_to_real(). The timerfd code uses the offset only for comparison, so we can use ktime_mono_to_real(0) for this as well. Funny enough text size shrinks with that on ARM and x8664 !? Signed-off-by: Thomas Gleixner Signed-off-by: John Stultz --- Reading git-diff-tree failed