commit | f111adfdd7ff7d9fe54b6efa440b80824984749c | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Wed Jul 16 21:04:09 2014 +0000 |
committer | John Stultz <john.stultz@linaro.org> | Wed Jul 23 10:17:57 2014 -0700 |
tree | 744adc1270ec2fc2f9fa8c26daff1ad7e0614126 | |
parent | 3fdb14fd1df70325e1e91e1203a699a4803ed741 [diff] |
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>