diff options
Diffstat (limited to 'include/asm-x86/sigcontext.h')
-rw-r--r-- | include/asm-x86/sigcontext.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/asm-x86/sigcontext.h b/include/asm-x86/sigcontext.h index 899fe2f8abb9..ee813f4fe5d5 100644 --- a/include/asm-x86/sigcontext.h +++ b/include/asm-x86/sigcontext.h | |||
@@ -264,9 +264,9 @@ struct sigcontext { | |||
264 | #endif /* !__i386__ */ | 264 | #endif /* !__i386__ */ |
265 | 265 | ||
266 | struct _xsave_hdr { | 266 | struct _xsave_hdr { |
267 | u64 xstate_bv; | 267 | __u64 xstate_bv; |
268 | u64 reserved1[2]; | 268 | __u64 reserved1[2]; |
269 | u64 reserved2[5]; | 269 | __u64 reserved2[5]; |
270 | }; | 270 | }; |
271 | 271 | ||
272 | /* | 272 | /* |