From: Thomas Weißschuh Date: Fri, 27 Feb 2026 06:44:37 +0000 (+0100) Subject: vdso/helpers: Explicitly include vdso/processor.h X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8bd49acb4e81d2859f66a30e8edfd984f91c6c9c;p=thirdparty%2Fkernel%2Flinux.git 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 Signed-off-by: Thomas Gleixner Signed-off-by: Borislav Petkov (AMD) Link: https://patch.msgid.link/20260227-vdso-header-cleanups-v2-11-35d60acf7410@linutronix.de --- diff --git a/include/vdso/helpers.h b/include/vdso/helpers.h index 197d233667c28..a3bf4f1c0d37d 100644 --- a/include/vdso/helpers.h +++ b/include/vdso/helpers.h @@ -6,6 +6,7 @@ #include #include +#include #include static __always_inline bool vdso_is_timens_clock(const struct vdso_clock *vc)