]> 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)
commit0eecbf0e11c85dbb8f5a9f612b2f7f388c5fca4a
tree9f44cd624fc7781cac2f77630c37013fe24432e6
parentd0ebba7855b6577f38b3baaffa821fc6edc2729d
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