patch-1.3.34 linux/include/linux/mm.h

Next file: linux/include/linux/sched.h
Previous file: linux/include/linux/fs.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.33/linux/include/linux/mm.h linux/include/linux/mm.h
@@ -75,6 +75,8 @@
 #define VM_DENYWRITE	0x0800	/* ETXTBSY on write attempts.. */
 
 #define VM_EXECUTABLE	0x1000
+#define VM_DONTSWAP	0x2000  /* Some vm types have their own
+				 * hard-coded swap mechanism */
 
 #define VM_STACK_FLAGS	0x0177
 
@@ -106,6 +108,7 @@
 };
 
 extern mem_map_t * mem_map;
+extern unsigned char *age_map;
 
 /* planning stage.. */
 #define P_DIRTY		0x0001

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov with Sam's (original) version
of this