patch-2.1.36 linux/include/asm-m68k/sigcontext.h
Next file: linux/include/asm-m68k/smp_lock.h
Previous file: linux/include/asm-m68k/setup.h
Back to the patch index
Back to the overall index
-  Lines: 18
-  Date:
Thu Apr 17 13:20:50 1997
-  Orig file: 
v2.1.35/linux/include/asm-m68k/sigcontext.h
-  Orig date: 
Fri Nov 22 05:56:36 1996
diff -u --recursive --new-file v2.1.35/linux/include/asm-m68k/sigcontext.h linux/include/asm-m68k/sigcontext.h
@@ -1,6 +1,8 @@
 #ifndef _ASM_M68k_SIGCONTEXT_H
 #define _ASM_M68k_SIGCONTEXT_H
 
+#include<asm/fpu.h>
+
 struct sigcontext {
 	unsigned long  sc_mask; 	/* old sigmask */
 	unsigned long  sc_usp;		/* old user stack pointer */
@@ -13,7 +15,7 @@
 	unsigned short sc_formatvec;
 	unsigned long  sc_fpregs[2*3];  /* room for two fp registers */
 	unsigned long  sc_fpcntl[3];
-	unsigned char  sc_fpstate[216];
+	unsigned char  sc_fpstate[FPSTATESIZE];
 };
 
 #endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov