mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
[PATCH] arm26: s/task_threas_info/task_thread_info/
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: Ian Molton <spyro@f2s.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
b142159fa5
commit
f63776d0dc
1 changed files with 1 additions and 1 deletions
|
@ -527,7 +527,7 @@ static int ptrace_getfpregs(struct task_struct *tsk, void *ufp)
|
||||||
static int ptrace_setfpregs(struct task_struct *tsk, void *ufp)
|
static int ptrace_setfpregs(struct task_struct *tsk, void *ufp)
|
||||||
{
|
{
|
||||||
set_stopped_child_used_math(tsk);
|
set_stopped_child_used_math(tsk);
|
||||||
return copy_from_user(&task_threas_info(tsk)->fpstate, ufp,
|
return copy_from_user(&task_thread_info(tsk)->fpstate, ufp,
|
||||||
sizeof(struct user_fp)) ? -EFAULT : 0;
|
sizeof(struct user_fp)) ? -EFAULT : 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue