X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-sparc64%2Fsigcontext.h;h=d8073373db8cb78cae1cd91b08e4e0615d19103e;hb=c7b5ebbddf7bcd3651947760f423e3783bbe6573;hp=d7128a8757bfb4cf0691331d8bd924a88f883054;hpb=a2c21200f1c81b08cb55e417b68150bba439b646;p=linux-2.6.git diff --git a/include/asm-sparc64/sigcontext.h b/include/asm-sparc64/sigcontext.h index d7128a875..d8073373d 100644 --- a/include/asm-sparc64/sigcontext.h +++ b/include/asm-sparc64/sigcontext.h @@ -83,18 +83,6 @@ struct sigcontext { unsigned long sigc_mask; }; -#ifdef __KERNEL__ - -/* This magic should be in g_upper[0] for all upper parts - to be valid. */ -#define SIGINFO_EXTRA_V8PLUS_MAGIC 0x130e269 -typedef struct { - unsigned int g_upper[8]; - unsigned int o_upper[8]; -} siginfo_extra_v8plus_t; - -#endif - #endif /* !(__ASSEMBLY__) */ #endif /* !(__SPARC64_SIGCONTEXT_H) */