patch-2.1.53 linux/include/asm-sparc64/sigcontext.h

Next file: linux/include/asm-sparc64/svr4.h
Previous file: linux/include/asm-sparc64/sab82532.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.52/linux/include/asm-sparc64/sigcontext.h linux/include/asm-sparc64/sigcontext.h
@@ -1,4 +1,4 @@
-/* $Id: sigcontext.h,v 1.8 1997/06/20 11:54:41 davem Exp $ */
+/* $Id: sigcontext.h,v 1.9 1997/08/19 14:18:38 jj Exp $ */
 #ifndef __SPARC64_SIGCONTEXT_H
 #define __SPARC64_SIGCONTEXT_H
 
@@ -31,7 +31,6 @@
 	int sigc_oswins;       /* outstanding windows */
 
 	/* stack ptrs for each regwin buf */
-	/* XXX 32-bit ptrs pinhead... */
 	unsigned sigc_spbuf[SUNOS_MAXWIN];
 
 	/* Windows to restore after signal */
@@ -75,11 +74,7 @@
 	unsigned   int si_float_regs [64];
 	unsigned   long si_fsr;
 	unsigned   long si_gsr;
-	unsigned   int si_fpqdepth;
-	struct {
-		unsigned int *insn_addr;
-		unsigned int insn;
-	} si_fpqueue [16];
+	unsigned   long si_fprs;
 } __siginfo_fpu_t;
 
 #endif /* !(__ASSEMBLY__) */

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