Re: [PATCH 3/5] ntp: use timespec64 in sync_cmos_clock

2015-09-30 Thread Thomas Gleixner
On Mon, 28 Sep 2015, Arnd Bergmann wrote: > The sync_cmos_clock has one use of struct timespec, which we want to > eventually replace with timespec64 or similar in the kernel. There > is no way this one can overflow, but the conversion to timespec64 > is trivial and has no other dependencies. > >

[PATCH 3/5] ntp: use timespec64 in sync_cmos_clock

2015-09-28 Thread Arnd Bergmann
The sync_cmos_clock has one use of struct timespec, which we want to eventually replace with timespec64 or similar in the kernel. There is no way this one can overflow, but the conversion to timespec64 is trivial and has no other dependencies. Signed-off-by: Arnd Bergmann ---