patch-2.4.19 linux-2.4.19/include/asm-mips/sigcontext.h

Next file: linux-2.4.19/include/asm-mips/siginfo.h
Previous file: linux-2.4.19/include/asm-mips/sibyte/swarm_ide.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.18/include/asm-mips/sigcontext.h linux-2.4.19/include/asm-mips/sigcontext.h
@@ -1,5 +1,4 @@
-/* $Id: sigcontext.h,v 1.5 1997/12/16 05:36:43 ralf Exp $
- *
+/*
  * This file is subject to the terms and conditions of the GNU General Public
  * License.  See the file "COPYING" in the main directory of this archive
  * for more details.
@@ -18,10 +17,11 @@
 	unsigned int       sc_status;
 	unsigned long long sc_pc;
 	unsigned long long sc_regs[32];
-	unsigned long long sc_fpregs[32];	/* Unused */
+	unsigned long long sc_fpregs[32];
 	unsigned int       sc_ownedfp;
-	unsigned int       sc_fpc_csr;		/* Unused */
+	unsigned int       sc_fpc_csr;
 	unsigned int       sc_fpc_eir;		/* Unused */
+	unsigned int       sc_used_math;
 	unsigned int       sc_ssflags;		/* Unused */
 	unsigned long long sc_mdhi;
 	unsigned long long sc_mdlo;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)