cpu.c 163 B

12345678
  1. // SPDX-License-Identifier: GPL-2.0
  2. #include <linux/smp.h>
  3. __rust_helper unsigned int rust_helper_raw_smp_processor_id(void)
  4. {
  5. return raw_smp_processor_id();
  6. }