patch-2.1.127 linux/include/asm-sparc/sigcontext.h

Next file: linux/include/asm-sparc/softirq.h
Previous file: linux/include/asm-sparc/perfctr.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.126/linux/include/asm-sparc/sigcontext.h linux/include/asm-sparc/sigcontext.h
@@ -1,4 +1,4 @@
-/* $Id: sigcontext.h,v 1.12 1997/03/03 16:51:52 jj Exp $ */
+/* $Id: sigcontext.h,v 1.13 1998/10/06 09:28:35 jj Exp $ */
 #ifndef __SPARC_SIGCONTEXT_H
 #define __SPARC_SIGCONTEXT_H
 
@@ -51,6 +51,16 @@
 		unsigned long insn;
 	} si_fpqueue [16];
 } __siginfo_fpu_t;
+
+/* This magic should be in g_upper[0] for all upper parts
+   to be valid.
+   This is generated by sparc64 only, but for 32bit processes,
+   so we define it here as well.  */
+#define SIGINFO_EXTRA_V8PLUS_MAGIC      0x130e269
+typedef struct {
+	unsigned   int g_upper[8];
+	unsigned   int o_upper[8];
+} siginfo_extra_v8plus_t;
 
 #endif /* !(__ASSEMBLY__) */
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov