diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-07-24 03:01:51 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-07-24 03:01:51 +0000 |
commit | fa338bfb88ff74c82d0e5d30a5265943c081dc53 (patch) | |
tree | cd775c78b2beedc4dee3649b80fc937bc34c1e10 /arch/mips64/tools | |
parent | 5b96314261efad15e5d91cd22ee79e56ad9173ba (diff) |
Fix syscall tracing for mips64, too.
Diffstat (limited to 'arch/mips64/tools')
-rw-r--r-- | arch/mips64/tools/offset.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips64/tools/offset.c b/arch/mips64/tools/offset.c index 6fec8d313..37324533c 100644 --- a/arch/mips64/tools/offset.c +++ b/arch/mips64/tools/offset.c @@ -78,6 +78,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); |