You've already forked kernel-lamu
mirror of
https://github.com/fuckyoumoto/kernel-lamu.git
synced 2026-04-02 12:39:48 -07:00
5 lines
105 B
Plaintext
Executable File
5 lines
105 B
Plaintext
Executable File
cat <<EOF
|
|
__atomic_release_fence();
|
|
${retstmt}arch_${atomic}_${pfx}${name}${sfx}_relaxed(${args});
|
|
EOF
|