Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
viro
/
sparse
/
31dc25301b584f8d938629f9a68c5db83ec6241b
/
.
/
validation
/
label-asm.c
blob: 411020ac361bb72db82a54e33516fd668516e57d [
file
] [
log
] [
blame
]
#define
barrier
()
__asm__ __volatile__
(
""
:
:
:
"memory"
)
static
void
f
(
void
)
{
barrier
();
l
:
barrier
();
}
/*
* check-name: Label followed by __asm__
* check-description: Sparse used to parse the __asm__ as modifying the label.
*/