patch-2.3.99-pre2 linux/include/asm-arm/mman.h
Next file: linux/include/asm-arm/page.h
Previous file: linux/include/asm-arm/cpu-single.h
Back to the patch index
Back to the overall index
-  Lines: 13
-  Date:
Sat Mar 18 11:38:04 2000
-  Orig file: 
v2.3.99-pre1/linux/include/asm-arm/mman.h
-  Orig date: 
Tue Jan 20 16:39:42 1998
diff -u --recursive --new-file v2.3.99-pre1/linux/include/asm-arm/mman.h linux/include/asm-arm/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)