mirror of
https://github.com/Dasharo/linux.git
synced 2026-03-06 15:25:10 -08:00
9 lines
174 B
Plaintext
9 lines
174 B
Plaintext
|
|
cat <<EOF
|
||
|
|
static inline ${ret}
|
||
|
|
${atomic}_${pfx}${name}${sfx}_release(${params})
|
||
|
|
{
|
||
|
|
__atomic_release_fence();
|
||
|
|
${retstmt}${atomic}_${pfx}${name}${sfx}_relaxed(${args});
|
||
|
|
}
|
||
|
|
EOF
|