[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

@@ -263,7 +263,7 @@ asmlinkage int sys_olduname(struct oldold_utsname * name)
void sys_set_thread_area(unsigned long addr)
{
struct thread_info *ti = current->thread_info;
struct thread_info *ti = task_thread_info(current);
ti->tp_value = addr;