]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: vdso: Set BUILD_VDSO32 and provide 32bit fallbacks
authorThomas Gleixner <tglx@linutronix.de>
Tue, 14 Jan 2020 08:41:09 +0000 (09:41 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 14 Jan 2020 11:20:43 +0000 (12:20 +0100)
commite49788e772a33f455462769b8d35bb29b1efb858
tree159d080139d6a372700fd9575991889ab49561a9
parent6d1b378a61aa4c62d684b5b6c18ae77e18c6cf7f
ARM: vdso: Set BUILD_VDSO32 and provide 32bit fallbacks

Setting BUILD_VDSO32 is required to expose the legacy 32bit interfaces in
the generic VDSO code which are going to be hidden behind an #ifdef
BUILD_VDSO32.

The 32bit fallbacks are necessary to remove the existing
VDSO_HAS_32BIT_FALLBACK hackery.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Tested-by: Vincenzo Frascino <vincenzo.frascino@arm.com>
Cc: linux-arm-kernel@lists.infradead.org
Link: https://lore.kernel.org/r/87tv4zq9dc.fsf@nanos.tec.linutronix.de
arch/arm/include/asm/vdso/gettimeofday.h
arch/arm/vdso/Makefile