Merge branch 'x86-xsave-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[cascardo/linux.git] / arch / x86 / include / asm / processor.h
index ee30b9f..eb71ec7 100644 (file)
@@ -385,8 +385,8 @@ struct bndcsr_struct {
 
 struct xsave_hdr_struct {
        u64 xstate_bv;
-       u64 reserved1[2];
-       u64 reserved2[5];
+       u64 xcomp_bv;
+       u64 reserved[6];
 } __attribute__((packed));
 
 struct xsave_struct {