aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/x86/include/asm/processor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/include/asm/processor.h b/arch/x86/include/asm/processor.h
index a4ea02351f4d..2c8d3b8e7fcb 100644
--- a/arch/x86/include/asm/processor.h
+++ b/arch/x86/include/asm/processor.h
@@ -386,8 +386,8 @@ struct bndcsr_struct {
386 386
387struct xsave_hdr_struct { 387struct xsave_hdr_struct {
388 u64 xstate_bv; 388 u64 xstate_bv;
389 u64 reserved1[2]; 389 u64 xcomp_bv;
390 u64 reserved2[5]; 390 u64 reserved[6];
391} __attribute__((packed)); 391} __attribute__((packed));
392 392
393struct xsave_struct { 393struct xsave_struct {