mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-05-23 09:42:34 +00:00
9 lines
174 B
Text
9 lines
174 B
Text
![]() |
cat <<EOF
|
||
|
static inline ${ret}
|
||
|
${atomic}_${pfx}${name}${sfx}_release(${params})
|
||
|
{
|
||
|
__atomic_release_fence();
|
||
|
${retstmt}${atomic}_${pfx}${name}${sfx}_relaxed(${args});
|
||
|
}
|
||
|
EOF
|