Re: [PATCH v7 21/25] mips: Add clock_gettime64 entry point

2019-07-25 Thread Paul Burton
Hello, Vincenzo Frascino wrote: > With the release of Linux 5.1 has been added a new syscall, > clock_gettime64, that provided a 64 bit time value for a specified > clock_ID to make the kernel Y2038 safe on 32 bit architectures. > > Update the mips32 specific vDSO library accordingly with what

[PATCH v7 21/25] mips: Add clock_gettime64 entry point

2019-06-21 Thread Vincenzo Frascino
With the release of Linux 5.1 has been added a new syscall, clock_gettime64, that provided a 64 bit time value for a specified clock_ID to make the kernel Y2038 safe on 32 bit architectures. Update the mips32 specific vDSO library accordingly with what it has been done for the kernel syscall