Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 182599
b: refs/heads/master
c: 6dbbe14
h: refs/heads/master
i:
  182597: 86e94da
  182595: 3099918
  182591: 6169847
v: v3
  • Loading branch information
Suresh Siddha authored and H. Peter Anvin committed Feb 23, 2010
1 parent bec37d5 commit 859570e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 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: ff7fbc72e0c3ef7e94a27a3a918fd09ec9a30204
refs/heads/master: 6dbbe14f21368a45aedba7eab0221857b8ad8d16
4 changes: 0 additions & 4 deletions trunk/arch/x86/kernel/i387.c
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,6 @@ int xfpregs_set(struct task_struct *target, const struct user_regset *regset,
if (ret)
return ret;

set_stopped_child_used_math(target);

ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf,
&target->thread.xstate->fxsave, 0, -1);

Expand Down Expand Up @@ -471,8 +469,6 @@ int fpregs_set(struct task_struct *target, const struct user_regset *regset,
if (ret)
return ret;

set_stopped_child_used_math(target);

if (!HAVE_HWFP)
return fpregs_soft_set(target, regset, pos, count, kbuf, ubuf);

Expand Down

0 comments on commit 859570e

Please sign in to comment.