Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 18634
b: refs/heads/master
c: f63776d
h: refs/heads/master
v: v3
  • Loading branch information
Alexey Dobriyan authored and Linus Torvalds committed Jan 17, 2006
1 parent 2014209 commit f3a47b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b142159fa5ffbad73b6927fafa5440148030f3f1
refs/heads/master: f63776d0dccb6eb5f38beeac3eb9db735f7b5879
2 changes: 1 addition & 1 deletion trunk/arch/arm26/kernel/ptrace.c
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ static int ptrace_getfpregs(struct task_struct *tsk, void *ufp)
static int ptrace_setfpregs(struct task_struct *tsk, void *ufp)
{
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;
}

Expand Down

0 comments on commit f3a47b6

Please sign in to comment.