Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 113369
b: refs/heads/master
c: f364ead
h: refs/heads/master
i:
  113367: 25e445a
v: v3
  • Loading branch information
Suresh Siddha authored and H. Peter Anvin committed Oct 7, 2008
1 parent 4b3ff52 commit 03ee1f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a19aac8548d85cf15d744335b8e82201da760d80
refs/heads/master: f364eadab59b316ea0bd9f9bc01af0ad89065569
2 changes: 2 additions & 0 deletions trunk/arch/x86/kernel/xsave.c
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@ int save_i387_xstate(void __user *buf)
err |= __put_user(FP_XSTATE_MAGIC2,
(__u32 __user *) (buf + sig_xstate_size
- FP_XSTATE_MAGIC2_SIZE));
if (err)
return err;
}

return 1;
Expand Down

0 comments on commit 03ee1f7

Please sign in to comment.