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

2018-05-08 Thread James Hogan
On Thu, Apr 19, 2018 at 03:21:06PM +0800, Baolin Wang 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 Thanks, Applied for 4.18 Cheers James signature.asc Description

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

2018-04-20 Thread Arnd Bergmann
On Thu, Apr 19, 2018 at 9:21 AM, Baolin Wang 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 Looks good to me. I have a larger but incomplete patch for arch/mips handli

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

2018-04-19 Thread Baolin Wang
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 --- arch/mips/sni/time.c |6 -- 1 file changed, 6 deletions(-) diff --git a/arch/mips/sni/time.c b/arch/mips/sni/time.c index