]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
arm64: Make asm/cache.h compatible with vDSO
authorThomas Weißschuh <thomas.weissschuh@linutronix.de>
Mon, 3 Mar 2025 11:11:04 +0000 (12:11 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Sat, 8 Mar 2025 13:37:39 +0000 (14:37 +0100)
commitb69b47a6b5f67ac1074e0a6baac7f07bdc3dceed
treeb2d5f12a808bcd148c50cabd8b71539377994ac5
parent0704bf439655c1f82ff7e623b1124a3c1cb8c907
arm64: Make asm/cache.h compatible with vDSO

asm/cache.h can be used during the vDSO build through vdso/cache.h.
Not all definitions in it are compatible with the vDSO, especially the
compat vDSO.

Hide the more complex definitions from the vDSO build.

Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/all/20250303-vdso-clock-v1-2-c1b5c69a166f@linutronix.de
arch/arm64/include/asm/cache.h