commit | 53cc7bad37fcb90e47ef729ef9818a2ed93ee862 | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Wed Jul 16 21:04:23 2014 +0000 |
committer | John Stultz <john.stultz@linaro.org> | Wed Jul 23 10:18:02 2014 -0700 |
tree | 985df79b743216cd12f1820e4dc94e8b6497cc3e | |
parent | 9a6b51976ea3a326b6de534beec3fd87275f4ef6 [diff] |
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 <tglx@linutronix.de> Signed-off-by: John Stultz <john.stultz@linaro.org>