Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 112787
b: refs/heads/master
c: f65bc21
h: refs/heads/master
i:
  112785: abed9bc
  112783: 1aeea54
v: v3
  • Loading branch information
Suresh Siddha authored and Ingo Molnar committed Aug 14, 2008
1 parent 0e13283 commit 58b3400
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: ed405958057ca6a8c4c9178a7a3b1167fabb45f5
refs/heads/master: f65bc214e042916135256620f900e9599d65e0cb
3 changes: 1 addition & 2 deletions trunk/arch/x86/kernel/xsave.c
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,7 @@ int save_i387_xstate(void __user *buf)
if (!access_ok(VERIFY_WRITE, buf, sig_xstate_size))
return -EACCES;

BUILD_BUG_ON(sizeof(struct user_i387_struct) !=
sizeof(tsk->thread.xstate->fxsave));
BUG_ON(sig_xstate_size < xstate_size);

if ((unsigned long)buf % 64)
printk("save_i387_xstate: bad fpstate %p\n", buf);
Expand Down

0 comments on commit 58b3400

Please sign in to comment.