1 cat <<EOF 1 cat <<EOF >> 2 static __always_inline ${ret} >> 3 arch_${atomic}_${pfx}${name}${sfx}_release(${params}) >> 4 { 2 __atomic_release_fence(); 5 __atomic_release_fence(); 3 ${retstmt}arch_${atomic}_${pfx}${name} 6 ${retstmt}arch_${atomic}_${pfx}${name}${sfx}_relaxed(${args}); >> 7 } 4 EOF 8 EOF
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.