diff -urN pre5-vm07/include/linux/sched.h pre5-vm07fixed/include/linux/sched.h --- pre5-vm07/include/linux/sched.h Thu Mar 6 17:41:23 2003 +++ pre5-vm07fixed/include/linux/sched.h Thu Mar 6 17:42:34 2003 @@ -347,8 +347,7 @@ struct task_struct *next_task, *prev_task; struct mm_struct *active_mm; - struct list_head local_pages; - unsigned int allocation_order, nr_local_pages; + struct local_page local_page; /* task state */ struct linux_binfmt *binfmt;