]> asedeno.scripts.mit.edu Git - linux.git/commit
timekeeping: Use timekeeping_update() instead of memcpy()
authorThomas Gleixner <tglx@linutronix.de>
Wed, 16 Jul 2014 21:04:09 +0000 (21:04 +0000)
committerJohn Stultz <john.stultz@linaro.org>
Wed, 23 Jul 2014 17:17:57 +0000 (10:17 -0700)
commitf111adfdd7ff7d9fe54b6efa440b80824984749c
tree744adc1270ec2fc2f9fa8c26daff1ad7e0614126
parent3fdb14fd1df70325e1e91e1203a699a4803ed741
timekeeping: Use timekeeping_update() instead of memcpy()

We already have a function which does the right thing, that also makes
sure that the coming ktime_t based cached values are getting updated.

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