Files

9 lines
163 B
C
Raw Permalink Normal View History

// SPDX-License-Identifier: GPL-2.0
#include <linux/smp.h>
2026-01-05 12:42:19 +00:00
__rust_helper unsigned int rust_helper_raw_smp_processor_id(void)
{
return raw_smp_processor_id();
}