patch-2.1.2 linux/include/asm-alpha/mman.h
Next file: linux/include/asm-alpha/mmu_context.h
Previous file: linux/include/asm-alpha/lca.h
Back to the patch index
Back to the overall index
- Lines: 11
- Date:
Mon Oct 7 12:40:22 1996
- Orig file:
v2.1.1/linux/include/asm-alpha/mman.h
- Orig date:
Mon Dec 11 09:07:22 1995
diff -u --recursive --new-file v2.1.1/linux/include/asm-alpha/mman.h linux/include/asm-alpha/mman.h
@@ -20,8 +20,9 @@
/* These are linux-specific */
#define MAP_GROWSDOWN 0x1000 /* stack-like segment */
#define MAP_DENYWRITE 0x2000 /* ETXTBSY */
-#define MAP_EXECUTABLE 0x4000 /* mark it as a executable */
+#define MAP_EXECUTABLE 0x4000 /* mark it as an executable */
#define MAP_LOCKED 0x8000 /* lock the mapping */
+#define MAP_NORESERVE 0x10000 /* don't check for reservations */
#define MS_ASYNC 1 /* sync memory asynchronously */
#define MS_SYNC 2 /* synchronous memory sync */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov