Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
stable
/
linux-stable.git
/
a919610db43b34621d0c3b333e12db9002caf5da
/
.
/
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
();
}