Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 223435
b: refs/heads/master
c: 10340ae
h: refs/heads/master
i:
  223433: de47864
  223431: 08e3480
v: v3
  • Loading branch information
Suresh Siddha authored and H. Peter Anvin committed Dec 14, 2010
1 parent ad94728 commit 20364c5
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: 53dde5f385bc56e312f78b7cb25ffaf8efd4735d
refs/heads/master: 10340ae130fb70352eae1ae8a00b7906d91bf166
3 changes: 2 additions & 1 deletion trunk/arch/x86/kernel/xsave.c
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,8 @@ static void __init setup_xstate_init(void)
* Setup init_xstate_buf to represent the init state of
* all the features managed by the xsave
*/
init_xstate_buf = alloc_bootmem(xstate_size);
init_xstate_buf = alloc_bootmem_align(xstate_size,
__alignof__(struct xsave_struct));
init_xstate_buf->i387.mxcsr = MXCSR_DEFAULT;

clts();
Expand Down

0 comments on commit 20364c5

Please sign in to comment.