9 lines
193 B
Plaintext
Raw Normal View History

2021-05-27 00:09:36 +05:00
cat <<EOF
static __always_inline ${ret}
2021-10-02 21:09:28 +05:00
arch_${atomic}_${pfx}${name}${sfx}_release(${params})
2021-05-27 00:09:36 +05:00
{
__atomic_release_fence();
2021-10-02 21:09:28 +05:00
${retstmt}arch_${atomic}_${pfx}${name}${sfx}_relaxed(${args});
2021-05-27 00:09:36 +05:00
}
EOF