[PATCH 28/36] rust: processor: Add __rust_helper to helpers
From: Boqun Feng <hidden>
Date: 2026-01-11 12:03:28
Also in:
lkml
Subsystem:
rust, the rest · Maintainers:
Miguel Ojeda, Linus Torvalds
From: Boqun Feng <hidden>
Date: 2026-01-11 12:03:28
Also in:
lkml
Subsystem:
rust, the rest · Maintainers:
Miguel Ojeda, Linus Torvalds
From: Alice Ryhl <aliceryhl@google.com> This is needed to inline these helpers into Rust code. Reviewed-by: Boqun Feng <redacted> Reviewed-by: Gary Guo <gary@garyguo.net> Signed-off-by: Alice Ryhl <aliceryhl@google.com> Signed-off-by: Boqun Feng <redacted> Link: https://patch.msgid.link/20260105-define-rust-helper-v2-13-51da5f454a67@google.com --- rust/helpers/processor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rust/helpers/processor.c b/rust/helpers/processor.c
index d41355e14d6e..76fadbb647c5 100644
--- a/rust/helpers/processor.c
+++ b/rust/helpers/processor.c@@ -2,7 +2,7 @@ #include <linux/processor.h> -void rust_helper_cpu_relax(void) +__rust_helper void rust_helper_cpu_relax(void) { cpu_relax(); }
--
2.51.0