Sign in
linux
/
linux
/
kernel
/
git
/
torvalds
/
linux.git
/
e53642b87a4f4b03a8d7e5f8507fc3cd0c595ea6
/
.
/
rust
/
helpers
/
processor.c
blob: d41355e14d6eb593beb018b5709118afe855c852 [
file
] [
log
] [
blame
]
// SPDX-License-Identifier: GPL-2.0
#include
<linux/processor.h>
void
rust_helper_cpu_relax
(
void
)
{
cpu_relax
();
}