patch-2.1.16 linux/include/asm-ppc/mman.h
Next file: linux/include/asm-ppc/mmu.h
Previous file: linux/include/asm-ppc/ipc.h
Back to the patch index
Back to the overall index
- Lines: 13
- Date:
Wed Dec 18 10:54:09 1996
- Orig file:
v2.1.15/linux/include/asm-ppc/mman.h
- Orig date:
Wed Oct 9 08:55:23 1996
diff -u --recursive --new-file v2.1.15/linux/include/asm-ppc/mman.h linux/include/asm-ppc/mman.h
@@ -12,10 +12,11 @@
#define MAP_FIXED 0x10 /* Interpret addr exactly */
#define MAP_ANONYMOUS 0x20 /* don't use a file */
#define MAP_RENAME MAP_ANONYMOUS /* In SunOS terminology */
+#define MAP_NORESERVE 0x40 /* don't reserve swap pages */
#define MAP_GROWSDOWN 0x0100 /* stack-like segment */
#define MAP_DENYWRITE 0x0800 /* ETXTBSY */
-#define MAP_EXECUTABLE 0x1000 /* mark it as an executable */
+#define MAP_EXECUTABLE 0x1000 /* mark it as a executable */
#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