summaryrefslogtreecommitdiffstats
path: root/arch/mips/tools
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2000-07-24 02:38:04 +0000
committerRalf Baechle <ralf@linux-mips.org>2000-07-24 02:38:04 +0000
commit5b96314261efad15e5d91cd22ee79e56ad9173ba (patch)
tree421789b5743e13b1631d59469a87baac203b6516 /arch/mips/tools
parent3b8d66c1df6a809505e9958a5138ab45bbf183d2 (diff)
Fix syscall tracing.
Diffstat (limited to 'arch/mips/tools')
-rw-r--r--arch/mips/tools/offset.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/tools/offset.c b/arch/mips/tools/offset.c
index 2e2af434e..e691b6d71 100644
--- a/arch/mips/tools/offset.c
+++ b/arch/mips/tools/offset.c
@@ -80,6 +80,7 @@ void output_task_defines(void)
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);