]> git.baikalelectronics.ru Git - kernel.git/commit
mips: Add clock_gettime64 entry point
authorVincenzo Frascino <vincenzo.frascino@arm.com>
Fri, 21 Jun 2019 09:52:48 +0000 (10:52 +0100)
committerPaul Burton <paul.burton@mips.com>
Fri, 26 Jul 2019 04:45:52 +0000 (21:45 -0700)
commit34197e0f784694820588075e6c8508db296f3dea
tree899d9c28f0be4f3e97d1ed6c65d9d313bbe93c43
parent196b7c930f1c2207fea53781c56bf2570e08dbfb
mips: Add clock_gettime64 entry point

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 exposing the clock_gettime64 entry
point.

Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: Paul Burton <paul.burton@mips.com>
Signed-off-by: Vincenzo Frascino <vincenzo.frascino@arm.com>
Signed-off-by: Paul Burton <paul.burton@mips.com>
arch/mips/vdso/vdso.lds.S
arch/mips/vdso/vgettimeofday.c