mm: move MAP_SYNC to asm-generic/mman-common.h
[linux-2.6-block.git] / include / uapi / asm-generic / mman-common.h
index cb556b430e718370c3da4297a6714ead15437146..93a8b420ce1efb661dc05ee6d4e4cd0b46c51106 100644 (file)
@@ -20,7 +20,8 @@
 #define MAP_FIXED      0x10            /* Interpret addr exactly */
 #define MAP_ANONYMOUS  0x20            /* don't use a file */
 
-/* 0x0100 - 0x80000 flags are defined in asm-generic/mman.h */
+/* 0x0100 - 0x40000 flags are defined in asm-generic/mman.h */
+#define MAP_SYNC               0x080000 /* perform synchronous page faults for the mapping */
 #define MAP_FIXED_NOREPLACE    0x100000        /* MAP_FIXED which doesn't unmap underlying mapping */
 
 #define MAP_UNINITIALIZED 0x4000000    /* For anonymous mmap, memory could be