Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 113281
b: refs/heads/master
c: 0c40ed7
h: refs/heads/master
i:
  113279: ca08df1
v: v3
  • Loading branch information
Hiroshi Shimamoto authored and Ingo Molnar committed Sep 10, 2008
1 parent 7605eed commit 4a1cf04
Show file tree
Hide file tree
Showing 2 changed files with 3 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: b2994ef0de252d41f1511e5f87704bedda12dabc
refs/heads/master: 0c40ed71736c20f447843b3c96b715bb9c4904d7
3 changes: 2 additions & 1 deletion trunk/arch/x86/kernel/signal_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@ restore_sigcontext(struct pt_regs *regs, struct sigcontext __user *sc,
}

{
struct _fpstate __user *buf;
void __user *buf;

err |= __get_user(buf, &sc->fpstate);
err |= restore_i387_xstate(buf);
}
Expand Down

0 comments on commit 4a1cf04

Please sign in to comment.