]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-powerpc/mman.h
powerpc/mm: Define flags for Strong Access Ordering
[linux-2.6-omap-h63xx.git] / include / asm-powerpc / mman.h
index 24cf664a829564ebeb9e8a6968a1ad5c2581265e..0c46bf2c7d5fe6557272cc51d0444aa72b4a438a 100644 (file)
@@ -10,6 +10,8 @@
  * 2 of the License, or (at your option) any later version.
  */
 
+#define PROT_SAO       0x10            /* Strong Access Ordering */
+
 #define MAP_RENAME      MAP_ANONYMOUS   /* In SunOS terminology */
 #define MAP_NORESERVE   0x40            /* don't reserve swap pages */
 #define MAP_LOCKED     0x80