patch-1.3.34 linux/include/asm-alpha/page.h

Next file: linux/include/asm-alpha/unistd.h
Previous file: linux/fs/proc/link.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.33/linux/include/asm-alpha/page.h linux/include/asm-alpha/page.h
@@ -73,7 +73,8 @@
 #define MAP_NR(addr)		((((unsigned long) (addr)) - PAGE_OFFSET) >> PAGE_SHIFT)
 
 typedef struct {
-	unsigned count:30,
+	unsigned count:24,
+		 age:6,
 		 dirty:1,
 		 reserved:1;
 } mem_map_t;

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