[PATCH] mips: task_thread_info()

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
Al Viro
2006-01-12 01:06:07 -08:00
committed by Linus Torvalds
parent 40bc9c671a
commit dc8f6029cd
8 changed files with 13 additions and 14 deletions

View File

@@ -438,7 +438,7 @@ long arch_ptrace(struct task_struct *child, long request, long addr, long data)
break;
case PTRACE_GET_THREAD_AREA:
ret = put_user(child->thread_info->tp_value,
ret = put_user(task_thread_info(child)->tp_value,
(unsigned long __user *) data);
break;