processor.c 132 B

12345678
  1. // SPDX-License-Identifier: GPL-2.0
  2. #include <linux/processor.h>
  3. __rust_helper void rust_helper_cpu_relax(void)
  4. {
  5. cpu_relax();
  6. }