Re: [PATCH 2/5] ntp/pps: replace getnstime_raw_and_real with 64-bit version

2015-09-30 Thread Thomas Gleixner
On Mon, 28 Sep 2015, Arnd Bergmann wrote: > There is exactly one caller of getnstime_raw_and_real in the kernel, > which is the pps_get_ts function. This changes the caller and > the implementation to work on timespec64 types rather than timespec, > to avoid the time_t overflow on 32-bit architect

[PATCH 2/5] ntp/pps: replace getnstime_raw_and_real with 64-bit version

2015-09-28 Thread Arnd Bergmann
There is exactly one caller of getnstime_raw_and_real in the kernel, which is the pps_get_ts function. This changes the caller and the implementation to work on timespec64 types rather than timespec, to avoid the time_t overflow on 32-bit architectures. For consistency with the other new functions