timekeeping: Use ktime_get_boottime() for get_monotonic_boottime()
authorThomas Gleixner <tglx@linutronix.de>
Wed, 16 Jul 2014 21:04:57 +0000 (21:04 +0000)
committerJohn Stultz <john.stultz@linaro.org>
Wed, 23 Jul 2014 22:01:47 +0000 (15:01 -0700)
commit48f18fd6addc199f330d838d54fe7b0a0892adaa
tree21f3f32df6a8ee014b6df7cd1b2653977df6f046
parent250fade8af2ac5dda8d5106ea06738b6f9e768a7
timekeeping: Use ktime_get_boottime() for get_monotonic_boottime()

get_monotonic_boottime() is not used in fast pathes, so the extra
timespec conversion is not problematic.

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