patch-2.4.0-test4 linux/arch/mips/tools/offset.c
Next file: linux/arch/mips64/config.in
Previous file: linux/arch/mips/orion/setup.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Tue Jul 11 11:14:48 2000
- Orig file:
v2.4.0-test3/linux/arch/mips/tools/offset.c
- Orig date:
Tue May 23 15:31:33 2000
diff -u --recursive --new-file v2.4.0-test3/linux/arch/mips/tools/offset.c linux/arch/mips/tools/offset.c
@@ -81,7 +81,7 @@
offset("#define TASK_SIGPENDING ", struct task_struct, sigpending);
offset("#define TASK_NEED_RESCHED ", struct task_struct, need_resched);
offset("#define TASK_COUNTER ", struct task_struct, counter);
- offset("#define TASK_PRIORITY ", struct task_struct, priority);
+ offset("#define TASK_NICE ", struct task_struct, nice);
offset("#define TASK_MM ", struct task_struct, mm);
size("#define TASK_STRUCT_SIZE ", struct task_struct);
linefeed;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)