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

Next file: linux/include/linux/module.h
Previous file: linux/include/linux/minix_fs.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.12/linux/include/linux/mm.h linux/include/linux/mm.h
@@ -152,6 +152,7 @@
 #define PG_Slab			 8
 #define PG_swap_cache		 9
 #define PG_skip			10
+#define PG_swap_entry		11
 				/* bits 21-30 unused */
 #define PG_reserved		31
 
@@ -291,8 +292,6 @@
 		clear_page(page);
 	return page;
 }
-
-extern int low_on_memory;
 
 /* memory.c & swap.c*/
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)