patch-1.3.53 linux/include/linux/mm.h
Next file: linux/include/linux/ncp.h
Previous file: linux/include/linux/ioport.h
Back to the patch index
Back to the overall index
-  Lines: 20
 -  Date:
Tue Jan  2 12:20:05 1996
 -  Orig file: 
v1.3.52/linux/include/linux/mm.h
 -  Orig date: 
Tue Dec 26 04:45:41 1995
 
diff -u --recursive --new-file v1.3.52/linux/include/linux/mm.h linux/include/linux/mm.h
@@ -109,8 +109,8 @@
 typedef struct page {
 	unsigned int count;
 	unsigned dirty:16,
-		 age:6,
-		 unused:9,
+		 age:8,
+		 unused:7,
 		 reserved:1;
 	unsigned long offset;
 	struct inode *inode;
@@ -137,7 +137,7 @@
 };
 
 extern struct mem_list free_area_list[NR_MEM_LISTS];
-extern unsigned char * free_area_map[NR_MEM_LISTS];
+extern unsigned int * free_area_map[NR_MEM_LISTS];
 
 /*
  * This is timing-critical - most of the time in getting a new page
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