diff options
Diffstat (limited to 'arch/x86')
-rw-r--r-- | arch/x86/kernel/xsave.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/xsave.c b/arch/x86/kernel/xsave.c index 07713d64debe..ed5274a5bb0f 100644 --- a/arch/x86/kernel/xsave.c +++ b/arch/x86/kernel/xsave.c | |||
@@ -272,7 +272,7 @@ void __cpuinit xsave_init(void) | |||
272 | /* | 272 | /* |
273 | * setup the xstate image representing the init state | 273 | * setup the xstate image representing the init state |
274 | */ | 274 | */ |
275 | void setup_xstate_init(void) | 275 | static void __init setup_xstate_init(void) |
276 | { | 276 | { |
277 | init_xstate_buf = alloc_bootmem(xstate_size); | 277 | init_xstate_buf = alloc_bootmem(xstate_size); |
278 | init_xstate_buf->i387.mxcsr = MXCSR_DEFAULT; | 278 | init_xstate_buf->i387.mxcsr = MXCSR_DEFAULT; |