x86: convert almost generic headers to asm-generic version
[firefly-linux-kernel-4.4.55.git] / arch / x86 / include / asm / generic-ucontext.h
index 87324cf439d9bd83e918460213dddb3c55765c61..ad77343e8a9a3f9bd8184bfdb23273294444040b 100644 (file)
@@ -1,11 +1,5 @@
-#ifndef _ASM_X86_UCONTEXT_H
-#define _ASM_X86_UCONTEXT_H
-
-#define UC_FP_XSTATE   0x1     /* indicates the presence of extended state
-                                * information in the memory layout pointed
-                                * by the fpstate pointer in the ucontext's
-                                * sigcontext struct (uc_mcontext).
-                                */
+#ifndef __ASM_GENERIC_UCONTEXT_H
+#define __ASM_GENERIC_UCONTEXT_H
 
 struct ucontext {
        unsigned long     uc_flags;
@@ -15,4 +9,4 @@ struct ucontext {
        sigset_t          uc_sigmask;   /* mask last for extensibility */
 };
 
-#endif /* _ASM_X86_UCONTEXT_H */
+#endif /* __ASM_GENERIC_UCONTEXT_H */