Linux Audio

Check our new training course

Linux BSP upgrade and security maintenance

Need help to get security updates for your Linux BSP?
Loading...
v6.8
1cat <<EOF
2	__atomic_release_fence();
3	${retstmt}arch_${atomic}_${pfx}${name}${sfx}_relaxed(${args});
4EOF
v6.9.4
1cat <<EOF
2	__atomic_release_fence();
3	${retstmt}arch_${atomic}_${pfx}${name}${sfx}_relaxed(${args});
4EOF