]> git.baikalelectronics.ru Git - kernel.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)
commita82299a6b5490353246bcc63bec2a6c58550ddc4
tree744adc1270ec2fc2f9fa8c26daff1ad7e0614126
parentb2cc09607d75c110509bd3983d4c238cf43094bf
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