]> Git Repo - J-linux.git/blob - scripts/atomic/fallbacks/set_release
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / scripts / atomic / fallbacks / set_release
1 cat <<EOF
2         if (__native_word(${atomic}_t)) {
3                 smp_store_release(&(v)->counter, i);
4         } else {
5                 __atomic_release_fence();
6                 raw_${atomic}_set(v, i);
7         }
8 EOF
This page took 0.027509 seconds and 4 git commands to generate.