patch-2.4.0-test12 linux/arch/m68k/kernel/m68k_defs.c
Next file: linux/arch/m68k/kernel/m68k_ksyms.c
Previous file: linux/arch/m68k/kernel/ints.c
Back to the patch index
Back to the overall index
- Lines: 8
- Date:
Mon Nov 27 18:02:06 2000
- Orig file:
v2.4.0-test11/linux/arch/m68k/kernel/m68k_defs.c
- Orig date:
Mon Aug 9 12:27:30 1999
diff -u --recursive --new-file v2.4.0-test11/linux/arch/m68k/kernel/m68k_defs.c linux/arch/m68k/kernel/m68k_defs.c
@@ -24,6 +24,7 @@
/* offsets into the task struct */
DEFINE(TASK_STATE, offsetof(struct task_struct, state));
DEFINE(TASK_FLAGS, offsetof(struct task_struct, flags));
+ DEFINE(TASK_PTRACE, offsetof(struct task_struct, ptrace));
DEFINE(TASK_SIGPENDING, offsetof(struct task_struct, sigpending));
DEFINE(TASK_NEEDRESCHED, offsetof(struct task_struct, need_resched));
DEFINE(TASK_THREAD, offsetof(struct task_struct, thread));
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)