Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 113372
b: refs/heads/master
c: 9f48280
h: refs/heads/master
v: v3
  • Loading branch information
Ingo Molnar committed Oct 12, 2008
1 parent 2fbe277 commit a16f9eb
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 620f2efcdc5c7a2db68da41bc3df3cf9a718024e
refs/heads/master: 9f482807a6bd7e2aa1ed0d8cfc48463ec4ca3568
4 changes: 3 additions & 1 deletion trunk/arch/x86/kernel/xsave.c
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,9 @@ int save_i387_xstate(void __user *buf)
* Start with clearing the user buffer. This will present a
* clean context for the bytes not touched by the fxsave/xsave.
*/
__clear_user(buf, sig_xstate_size);
err = __clear_user(buf, sig_xstate_size);
if (err)
return err;

if (task_thread_info(tsk)->status & TS_XSAVE)
err = xsave_user(buf);
Expand Down

0 comments on commit a16f9eb

Please sign in to comment.