patch-2.3.99-pre1 linux/include/asm-i386/mman.h
Next file: linux/include/asm-i386/parport.h
Previous file: linux/include/asm-i386/mca_dma.h
Back to the patch index
Back to the overall index
- Lines: 13
- Date:
Tue Mar 14 17:45:20 2000
- Orig file:
v2.3.51/linux/include/asm-i386/mman.h
- Orig date:
Sun Oct 6 22:55:48 1996
diff -u --recursive --new-file v2.3.51/linux/include/asm-i386/mman.h linux/include/asm-i386/mman.h
@@ -25,6 +25,12 @@
#define MCL_CURRENT 1 /* lock all current mappings */
#define MCL_FUTURE 2 /* lock all future mappings */
+#define MADV_NORMAL 0x0 /* default page-in behavior */
+#define MADV_RANDOM 0x1 /* page-in minimum required */
+#define MADV_SEQUENTIAL 0x2 /* read-ahead aggressively */
+#define MADV_WILLNEED 0x3 /* pre-fault pages */
+#define MADV_DONTNEED 0x4 /* discard these pages */
+
/* compatibility flags */
#define MAP_ANON MAP_ANONYMOUS
#define MAP_FILE 0
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)