patch-2.4.0-test6 linux/arch/mips/tools/offset.c
Next file: linux/arch/mips64/Makefile
Previous file: linux/arch/mips/sgi/kernel/setup.c
Back to the patch index
Back to the overall index
- Lines: 8
- Date:
Thu Jul 27 18:36:54 2000
- Orig file:
v2.4.0-test5/linux/arch/mips/tools/offset.c
- Orig date:
Fri Jul 14 12:12:05 2000
diff -u --recursive --new-file v2.4.0-test5/linux/arch/mips/tools/offset.c linux/arch/mips/tools/offset.c
@@ -80,6 +80,7 @@
offset("#define TASK_FLAGS ", struct task_struct, flags);
offset("#define TASK_SIGPENDING ", struct task_struct, sigpending);
offset("#define TASK_NEED_RESCHED ", struct task_struct, need_resched);
+ offset("#define TASK_PTRACE ", struct task_struct, ptrace);
offset("#define TASK_COUNTER ", struct task_struct, counter);
offset("#define TASK_NICE ", struct task_struct, nice);
offset("#define TASK_MM ", struct task_struct, mm);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)