depmod: handle the case of /sbin/depmod without /sbin in PATH
[linux-2.6-microblaze.git] / scripts / atomic / fallbacks / set_release
1 cat <<EOF
2 static __always_inline void
3 ${arch}${atomic}_set_release(${atomic}_t *v, ${int} i)
4 {
5         smp_store_release(&(v)->counter, i);
6 }
7 EOF