Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 113298
b: refs/heads/master
c: 7b9cee1
h: refs/heads/master
v: v3
  • Loading branch information
Hiroshi Shimamoto authored and Ingo Molnar committed Oct 1, 2008
1 parent 07d23d4 commit 957a4b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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: bff0aa4b8f8a1c8492e99c522d044bb98a6ec098
refs/heads/master: 7b9cee16ffb495558c1e3ada55cba906e520006e
5 changes: 1 addition & 4 deletions trunk/arch/x86/ia32/ia32_signal.c
Original file line number Diff line number Diff line change
Expand Up @@ -370,12 +370,9 @@ static int ia32_setup_sigcontext(struct sigcontext_ia32 __user *sc,
tmp = save_i387_xstate_ia32(fpstate);
if (tmp < 0)
err = -EFAULT;
else {
clear_used_math();
stts();
else
err |= __put_user(ptr_to_compat(tmp ? fpstate : NULL),
&sc->fpstate);
}

/* non-iBCS2 extensions.. */
err |= __put_user(mask, &sc->oldmask);
Expand Down

0 comments on commit 957a4b6

Please sign in to comment.