]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: 8932/1: Add clock_gettime64 entry point
authorVincenzo Frascino <vincenzo.frascino@arm.com>
Mon, 4 Nov 2019 11:04:41 +0000 (12:04 +0100)
committerRussell King <rmk+kernel@armlinux.org.uk>
Fri, 15 Nov 2019 22:21:15 +0000 (22:21 +0000)
commitb1c9dc549e00369dc26e8cf19ae483e2f5efd2c7
treec9da676a2bf42d8a47ca1ac70ae85fe2c35c2c22
parent457956eab31166296fc223100713c61d65d28581
ARM: 8932/1: 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 arm specific vDSO library accordingly with what it has
been done for the kernel syscall exposing the clock_gettime64 entry
point.

Signed-off-by: Vincenzo Frascino <vincenzo.frascino@arm.com>
Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
arch/arm/vdso/vdso.lds.S
arch/arm/vdso/vgettimeofday.c