Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 206196
b: refs/heads/master
c: 45c2d7f
h: refs/heads/master
v: v3
  • Loading branch information
Robert Richter authored and H. Peter Anvin committed Jul 21, 2010
1 parent 7ada7df commit 3d9ec01
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 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: ee813d53a8e980a3a28318efb8935d45723f5211
refs/heads/master: 45c2d7f46211a0b1f6b425c59575c53145afc4b4
1 change: 0 additions & 1 deletion trunk/arch/x86/include/asm/xsave.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@

extern unsigned int xstate_size;
extern u64 pcntxt_mask;
extern struct xsave_struct *init_xstate_buf;
extern u64 xstate_fx_sw_bytes[USER_XSTATE_FX_SW_WORDS];

extern void xsave_init(void);
Expand Down
10 changes: 5 additions & 5 deletions trunk/arch/x86/kernel/xsave.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@
*/
u64 pcntxt_mask;

/*
* Represents init state for the supported extended state.
*/
static struct xsave_struct *init_xstate_buf;

struct _fpx_sw_bytes fx_sw_reserved;
#ifdef CONFIG_IA32_EMULATION
struct _fpx_sw_bytes fx_sw_reserved_ia32;
Expand Down Expand Up @@ -348,11 +353,6 @@ static void prepare_fx_sw_frame(void)
#endif
}

/*
* Represents init state for the supported extended state.
*/
struct xsave_struct *init_xstate_buf;

#ifdef CONFIG_X86_64
unsigned int sig_xstate_size = sizeof(struct _fpstate);
#endif
Expand Down

0 comments on commit 3d9ec01

Please sign in to comment.