Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
jgross
/
linux.git
/
45a3e24f65e90a047bef86f927ebdc4c710edaa1
/
.
/
scripts
/
atomic
/
fallbacks
/
release
blob: b46feb56d69caad27d92b320ff764423d0a1683d [
file
]
cat
<<
EOF
static
__always_inline $
{
ret
}
arch_$
{
atomic
}
_$
{
pfx
}
$
{
name
}
$
{
sfx
}
_release
(
$
{
params
})
{
__atomic_release_fence
();
$
{
retstmt
}
arch_$
{
atomic
}
_$
{
pfx
}
$
{
name
}
$
{
sfx
}
_relaxed
(
$
{
args
});
}
EOF