patch-2.1.2 linux/include/asm-i386/mman.h
Next file: linux/include/asm-i386/pgtable.h
Previous file: linux/include/asm-i386/irq.h
Back to the patch index
Back to the overall index
- Lines: 11
- Date:
Mon Oct 7 08:55:48 1996
- Orig file:
v2.1.1/linux/include/asm-i386/mman.h
- Orig date:
Mon Dec 11 09:06:30 1995
diff -u --recursive --new-file v2.1.1/linux/include/asm-i386/mman.h linux/include/asm-i386/mman.h
@@ -14,8 +14,9 @@
#define MAP_GROWSDOWN 0x0100 /* stack-like segment */
#define MAP_DENYWRITE 0x0800 /* ETXTBSY */
-#define MAP_EXECUTABLE 0x1000 /* mark it as a executable */
+#define MAP_EXECUTABLE 0x1000 /* mark it as an executable */
#define MAP_LOCKED 0x2000 /* pages are locked */
+#define MAP_NORESERVE 0x4000 /* don't check for reservations */
#define MS_ASYNC 1 /* sync memory asynchronously */
#define MS_INVALIDATE 2 /* invalidate the caches */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov