]> Git Repo - linux.git/blob - scripts/atomic/fallbacks/set_release
x86/kaslr: Expose and use the end of the physical memory address space
[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.034394 seconds and 4 git commands to generate.