OSDN Git Service

ARM/arm64: vdso: Use common vdso clock mode storage
authorThomas Gleixner <tglx@linutronix.de>
Fri, 7 Feb 2020 12:38:58 +0000 (13:38 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Mon, 17 Feb 2020 19:12:16 +0000 (20:12 +0100)
commit5e3c6a312a0946d2d83e32359612cbb925a8bed0
treedf9a86cf10c76d554853f566d3551c66a5e2c95a
parente1bdb22ebe5363ed75ddedf836ca9f19e1195337
ARM/arm64: vdso: Use common vdso clock mode storage

Convert ARM/ARM64 to the generic VDSO clock mode storage. This needs to
happen in one go as they share the clocksource driver.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Tested-by: Vincenzo Frascino <vincenzo.frascino@arm.com>
Reviewed-by: Vincenzo Frascino <vincenzo.frascino@arm.com>
Link: https://lkml.kernel.org/r/20200207124403.363235229@linutronix.de
arch/arm/Kconfig
arch/arm/include/asm/clocksource.h
arch/arm/include/asm/vdso/gettimeofday.h
arch/arm/include/asm/vdso/vsyscall.h
arch/arm/mm/Kconfig
arch/arm64/Kconfig
arch/arm64/include/asm/clocksource.h
arch/arm64/include/asm/vdso/compat_gettimeofday.h
arch/arm64/include/asm/vdso/gettimeofday.h
arch/arm64/include/asm/vdso/vsyscall.h
drivers/clocksource/arm_arch_timer.c