diff options
author | Robert Richter <robert.richter@amd.com> | 2010-07-21 13:03:55 -0400 |
---|---|---|
committer | H. Peter Anvin <hpa@linux.intel.com> | 2010-07-21 17:06:05 -0400 |
commit | 45c2d7f46211a0b1f6b425c59575c53145afc4b4 (patch) | |
tree | 530fbd6b0d76cf8345de964af07cbc5f266b850a /arch/x86/include/asm | |
parent | ee813d53a8e980a3a28318efb8935d45723f5211 (diff) |
x86, xsave: Make init_xstate_buf static
The pointer is only used in xsave.c. Making it static.
Signed-off-by: Robert Richter <robert.richter@amd.com>
LKML-Reference: <1279731838-1522-5-git-send-email-robert.richter@amd.com>
Acked-by: Suresh Siddha <suresh.b.siddha@intel.com>
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Diffstat (limited to 'arch/x86/include/asm')
-rw-r--r-- | arch/x86/include/asm/xsave.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/include/asm/xsave.h b/arch/x86/include/asm/xsave.h index d1b5f3a2fa20..0ae6b9961985 100644 --- a/arch/x86/include/asm/xsave.h +++ b/arch/x86/include/asm/xsave.h | |||
@@ -27,7 +27,6 @@ | |||
27 | 27 | ||
28 | extern unsigned int xstate_size; | 28 | extern unsigned int xstate_size; |
29 | extern u64 pcntxt_mask; | 29 | extern u64 pcntxt_mask; |
30 | extern struct xsave_struct *init_xstate_buf; | ||
31 | extern u64 xstate_fx_sw_bytes[USER_XSTATE_FX_SW_WORDS]; | 30 | extern u64 xstate_fx_sw_bytes[USER_XSTATE_FX_SW_WORDS]; |
32 | 31 | ||
33 | extern void xsave_init(void); | 32 | extern void xsave_init(void); |