Merge branch 'bugfix' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen...
[cascardo/linux.git] / arch / x86 / include / asm / ucontext.h
index 87324cf..b7c29c8 100644 (file)
@@ -7,12 +7,6 @@
                                 * sigcontext struct (uc_mcontext).
                                 */
 
-struct ucontext {
-       unsigned long     uc_flags;
-       struct ucontext  *uc_link;
-       stack_t           uc_stack;
-       struct sigcontext uc_mcontext;
-       sigset_t          uc_sigmask;   /* mask last for extensibility */
-};
+#include <asm-generic/ucontext.h>
 
 #endif /* _ASM_X86_UCONTEXT_H */