[PATCH 4/5] powerpc: use time64_t in update_persistent_clock

2018-04-23 Thread Arnd Bergmann
update_persistent_clock() is deprecated because it suffers from overflow in 2038 on 32-bit architectures. This changes powerpc to use the update_persistent_clock64() replacement, and to pass down 64-bit timestamps consistently. This is now simpler, as we no longer have to worry about the offset nu

[PATCH 4/5] powerpc: use time64_t in update_persistent_clock

2018-04-23 Thread Arnd Bergmann
update_persistent_clock() is deprecated because it suffers from overflow in 2038 on 32-bit architectures. This changes powerpc to use the update_persistent_clock64() replacement, and to pass down 64-bit timestamps consistently. This is now simpler, as we no longer have to worry about the offset nu