]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
vdso: Introduce vdso/cache.h
authorThomas Weißschuh <thomas.weissschuh@linutronix.de>
Mon, 3 Mar 2025 11:11:03 +0000 (12:11 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Sat, 8 Mar 2025 13:37:39 +0000 (14:37 +0100)
commit0704bf439655c1f82ff7e623b1124a3c1cb8c907
tree7f189f597e818f66e51c941cc0651ac2831a15eb
parent8770a9183fe18442c7cfbb56bb7e006462775a91
vdso: Introduce vdso/cache.h

The vDSO implementation can only include headers from the vdso/
namespace. To enable the usage of ____cacheline_aligned from
the vDSO, move it and its dependencies into a new header vdso/cache.h.
Keep compatibility by including vdso/cache.h from linux/cache.h.

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-1-c1b5c69a166f@linutronix.de
include/linux/cache.h
include/vdso/cache.h [new file with mode: 0644]