Merge branch 'x86/header-guards' into x86-v28-for-linus-phase1
[sfrench/cifs-2.6.git] / include / asm-x86 / mman.h
index b6b41aa1cbc837cefde500498e7e4d164865b4a5..4ef28e6de3837e38db2bd98a2af0116c67dd464b 100644 (file)
@@ -12,6 +12,7 @@
 #define MAP_NORESERVE  0x4000          /* don't check for reservations */
 #define MAP_POPULATE   0x8000          /* populate (prefault) pagetables */
 #define MAP_NONBLOCK   0x10000         /* do not block on IO */
+#define MAP_STACK      0x20000         /* give out an address that is best suited for process/thread stacks */
 
 #define MCL_CURRENT    1               /* lock all current mappings */
 #define MCL_FUTURE     2               /* lock all future mappings */