diff options
Diffstat (limited to 'include/asm-x86_64')
-rw-r--r-- | include/asm-x86_64/processor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-x86_64/processor.h b/include/asm-x86_64/processor.h index 2c1497de0b09..6a117349a5de 100644 --- a/include/asm-x86_64/processor.h +++ b/include/asm-x86_64/processor.h | |||
@@ -181,7 +181,7 @@ struct i387_fxsave_struct { | |||
181 | u32 mxcsr; | 181 | u32 mxcsr; |
182 | u32 mxcsr_mask; | 182 | u32 mxcsr_mask; |
183 | u32 st_space[32]; /* 8*16 bytes for each FP-reg = 128 bytes */ | 183 | u32 st_space[32]; /* 8*16 bytes for each FP-reg = 128 bytes */ |
184 | u32 xmm_space[64]; /* 16*16 bytes for each XMM-reg = 128 bytes */ | 184 | u32 xmm_space[64]; /* 16*16 bytes for each XMM-reg = 256 bytes */ |
185 | u32 padding[24]; | 185 | u32 padding[24]; |
186 | } __attribute__ ((aligned (16))); | 186 | } __attribute__ ((aligned (16))); |
187 | 187 | ||