patch-2.1.38 linux/include/linux/sched.h

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

diff -u --recursive --new-file v2.1.37/linux/include/linux/sched.h linux/include/linux/sched.h
@@ -151,6 +151,7 @@
 	unsigned long arg_start, arg_end, env_start, env_end;
 	unsigned long rss, total_vm, locked_vm;
 	unsigned long def_flags;
+	unsigned long cpu_vm_mask;
 };
 
 #define INIT_MM {					\
@@ -161,7 +162,7 @@
 		0, 0, 0, 0,				\
 		0, 0, 0, 0,				\
 		0, 0, 0,				\
-		0 }
+		0, 0 }
 
 struct signal_struct {
 	atomic_t		count;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov