Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

rust: bitmap: add __rust_helper to helpers

This is needed to inline these helpers into Rust code.

Reviewed-by: Boqun Feng <boqun.feng@gmail.com>
Reviewed-by: Gary Guo <gary@garyguo.net>
Signed-off-by: Alice Ryhl <aliceryhl@google.com>
Signed-off-by: Yury Norov (NVIDIA) <yury.norov@gmail.com>

authored by

Alice Ryhl and committed by
Yury Norov (NVIDIA)
ac3dc186 fa188edc

+1
+1
rust/helpers/bitmap.c
··· 2 2 3 3 #include <linux/bitmap.h> 4 4 5 + __rust_helper 5 6 void rust_helper_bitmap_copy_and_extend(unsigned long *to, const unsigned long *from, 6 7 unsigned int count, unsigned int size) 7 8 {