linux/arch/arm64/include/asm/vdso
Thomas Weißschuh 7d298d25ce vdso: Move ENABLE_COMPAT_VDSO from core to arm64
The ENABLE_COMAPT_VDSO symbol is only used by arm64 and only for the
time-related functionality. There should be no new users, so it doesn't
need to be in the generic vDSO code.

Move the logic into arm64 architecture-specific code and replace the
explicit define by the standard '#ifdef __aarch64__'.

Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Catalin Marinas <catalin.marinas@arm.com>
Link: https://lore.kernel.org/all/20250826-vdso-cleanups-v1-3-d9b65750e49f@linutronix.de
2025-09-04 11:23:49 +02:00
..
clocksource.h arm64: Introduce a way to disable the 32bit vdso 2020-07-08 21:57:51 +01:00
compat_barrier.h vdso: Move ENABLE_COMPAT_VDSO from core to arm64 2025-09-04 11:23:49 +02:00
compat_gettimeofday.h vdso: Move ENABLE_COMPAT_VDSO from core to arm64 2025-09-04 11:23:49 +02:00
getrandom.h arm64: vdso: Switch to generic storage implementation 2025-02-21 09:54:01 +01:00
gettimeofday.h vdso: Move ENABLE_COMPAT_VDSO from core to arm64 2025-09-04 11:23:49 +02:00
processor.h arm64: Introduce asm/vdso/processor.h 2020-03-21 15:24:01 +01:00
vsyscall.h vdso/vsyscall: Split up __arch_update_vsyscall() into __arch_update_vdso_clock() 2025-07-09 11:52:34 +02:00