patch-2.3.48 linux/include/linux/mmzone.h

Next file: linux/include/linux/msdos_fs.h
Previous file: linux/include/linux/mm.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.47/linux/include/linux/mmzone.h linux/include/linux/mmzone.h
@@ -28,7 +28,8 @@
 	spinlock_t lock;
 	unsigned long offset;
 	unsigned long free_pages;
-	int low_on_memory;
+	char low_on_memory;
+	char zone_wake_kswapd;
 	unsigned long pages_min, pages_low, pages_high;
 
 	/*
@@ -84,9 +85,11 @@
 	unsigned long node_start_mapnr;
 	unsigned long node_size;
 	int node_id;
+	struct pglist_data *node_next;
 } pg_data_t;
 
 extern int numnodes;
+extern pg_data_t *pgdat_list;
 
 #define memclass(pgzone, tzone)	(((pgzone)->zone_pgdat == (tzone)->zone_pgdat) \
 			&& (((pgzone) - (pgzone)->zone_pgdat->node_zones) <= \

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