Re: [PATCH] MIPS: sni: Remove the read_persistent_clock()

From: Arnd Bergmann
Date: Fri Apr 20 2018 - 11:26:17 EST


On Thu, Apr 19, 2018 at 9:21 AM, Baolin Wang <baolin.wang@xxxxxxxxxx> wrote:
> The dummy read_persistent_clock() uses a timespec, which is not year 2038
> safe on 32bit systems. Thus remove this obsolete interface.
>
> Signed-off-by: Baolin Wang <baolin.wang@xxxxxxxxxx>

Looks good to me. I have a larger but incomplete patch for arch/mips
handling of read_persistent_clock(), but yours is a good start.

Acked-by: Arnd Bergmann <arnd@xxxxxxxx>