diff options
Diffstat (limited to 'include/asm-x86/processor.h')
-rw-r--r-- | include/asm-x86/processor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-x86/processor.h b/include/asm-x86/processor.h index d7c0221c0278..77b7af6b573b 100644 --- a/include/asm-x86/processor.h +++ b/include/asm-x86/processor.h | |||
@@ -362,6 +362,7 @@ union thread_xstate { | |||
362 | struct i387_fsave_struct fsave; | 362 | struct i387_fsave_struct fsave; |
363 | struct i387_fxsave_struct fxsave; | 363 | struct i387_fxsave_struct fxsave; |
364 | struct i387_soft_struct soft; | 364 | struct i387_soft_struct soft; |
365 | struct xsave_struct xsave; | ||
365 | }; | 366 | }; |
366 | 367 | ||
367 | #ifdef CONFIG_X86_64 | 368 | #ifdef CONFIG_X86_64 |