patch-2.1.37 linux/include/asm-m68k/sigcontext.h

Next file: linux/include/asm-m68k/smp_lock.h
Previous file: linux/include/asm-m68k/semaphore.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.36/linux/include/asm-m68k/sigcontext.h linux/include/asm-m68k/sigcontext.h
@@ -1,8 +1,6 @@
 #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 */
@@ -15,7 +13,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[FPSTATESIZE];
+	unsigned char  sc_fpstate[216];
 };
 
 #endif

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