]> git.baikalelectronics.ru Git - kernel.git/commit
hrtimer: Cleanup hrtimer accessors to the timekepeing state
authorJohn Stultz <john.stultz@linaro.org>
Wed, 16 Jul 2014 21:03:52 +0000 (21:03 +0000)
committerJohn Stultz <john.stultz@linaro.org>
Wed, 23 Jul 2014 17:16:50 +0000 (10:16 -0700)
commitbcb1ee33dca5bd8fafe63d55b20dfd16a24a8fa3
tree9f44cd624fc7781cac2f77630c37013fe24432e6
parente16348dc9e907ec67e9b50124405b4c0996906b1
hrtimer: Cleanup hrtimer accessors to the timekepeing state

Rather then having two similar but totally different implementations
that provide timekeeping state to the hrtimer code, try to unify the
two implementations to be more simliar.

Thus this clarifies ktime_get_update_offsets to
ktime_get_update_offsets_now and changes get_xtime...  to
ktime_get_update_offsets_tick.

Signed-off-by: John Stultz <john.stultz@linaro.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: John Stultz <john.stultz@linaro.org>
include/linux/hrtimer.h
include/linux/time.h
kernel/time/hrtimer.c
kernel/time/timekeeping.c