[PATCH 1/2] fbdev: pxa3xx: use ktime_get_ts64 for time stamps

Arnd Bergmann arnd at arndb.de
Wed Nov 8 16:27:19 UTC 2017


On Tue, Nov 7, 2017 at 3:13 PM, Arnd Bergmann <arnd at arndb.de> wrote:
> do_gettimeofday() is deprecated because it is not y2038 safe, so I'm
> changing the calculation for the diagnostic output over to using
> 'timespec64'.
>
> We really only print time deltas here, so changing it to monotonic
> time makes this more robust, the correct accessor for this is
> ktime_get_ts64().
>
> Signed-off-by: Arnd Bergmann <arnd at arndb.de>

Please ignore this patch, my randconfig builder found a typo that
I had not noticed before.

         Arnd


More information about the dri-devel mailing list