]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
vdso/helpers: Explicitly include vdso/processor.h
authorThomas Weißschuh <thomas.weissschuh@linutronix.de>
Fri, 27 Feb 2026 06:44:37 +0000 (07:44 +0100)
committerBorislav Petkov (AMD) <bp@alien8.de>
Wed, 11 Mar 2026 14:22:26 +0000 (15:22 +0100)
commit8bd49acb4e81d2859f66a30e8edfd984f91c6c9c
treebb8ba883dbecd8865c14383bae6e2e894d8a56a4
parent9fc2232e285bbd3d71c251376255d7fb2ae34f73
vdso/helpers: Explicitly include vdso/processor.h

The usage of cpu_relax() requires vdso/processor.h. Currently
this header is included transitively, but that transitive inclusion is
about to go away.

Explicitly include the header.

Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de>
Signed-off-by: Thomas Gleixner <tglx@kernel.org>
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Link: https://patch.msgid.link/20260227-vdso-header-cleanups-v2-11-35d60acf7410@linutronix.de
include/vdso/helpers.h