locking/atomic: scripts: restructure fallback ifdeffery
[linux-2.6-microblaze.git] / scripts / atomic / fallbacks / release
index b46feb5..cbbff70 100755 (executable)
@@ -1,6 +1,6 @@
 cat <<EOF
 static __always_inline ${ret}
-arch_${atomic}_${pfx}${name}${sfx}_release(${params})
+raw_${atomic}_${pfx}${name}${sfx}_release(${params})
 {
        __atomic_release_fence();
        ${retstmt}arch_${atomic}_${pfx}${name}${sfx}_relaxed(${args});