Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
jkirsher
/
net-queue
/
16a2206354d169bfd13552ad577e07ce66e439ab
/
.
/
scripts
/
atomic
/
fallbacks
/
acquire
blob: 4da0cab3604e2bfda3e52f4033808303342cda4b [
file
] [
log
] [
blame
]
cat
<<
EOF
$
{
ret
}
ret
=
arch_$
{
atomic
}
_$
{
pfx
}
$
{
name
}
$
{
sfx
}
_relaxed
(
$
{
args
});
__atomic_acquire_fence
();
return
ret
;
EOF