X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-mips%2Fsigcontext.h;h=18939e84b6f2b13c6149f81ddba80aac0d2940bc;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=844879d63b77b31e5c7dbaf693511f99aa45fab2;hpb=87fc8d1bb10cd459024a742c6a10961fefcef18f;p=linux-2.6.git diff --git a/include/asm-mips/sigcontext.h b/include/asm-mips/sigcontext.h index 844879d63..18939e84b 100644 --- a/include/asm-mips/sigcontext.h +++ b/include/asm-mips/sigcontext.h @@ -41,8 +41,6 @@ struct sigcontext { #if _MIPS_SIM == _MIPS_SIM_ABI64 || _MIPS_SIM == _MIPS_SIM_NABI32 -#include - /* * Keep this struct definition in sync with the sigcontext fragment * in arch/mips/tools/offset.c @@ -66,6 +64,9 @@ struct sigcontext { }; #ifdef __KERNEL__ + +#include + struct sigcontext32 { __u32 sc_regmask; /* Unused */ __u32 sc_status;