patch-2.4.0-test1 linux/include/asm-i386/sigcontext.h
Next file: linux/include/asm-i386/siginfo.h
Previous file: linux/include/asm-i386/processor.h
Back to the patch index
Back to the overall index
- Lines: 19
- Date:
Wed May 24 22:47:42 2000
- Orig file:
v2.3.99-pre9/linux/include/asm-i386/sigcontext.h
- Orig date:
Mon Dec 1 10:45:24 1997
diff -u --recursive --new-file v2.3.99-pre9/linux/include/asm-i386/sigcontext.h linux/include/asm-i386/sigcontext.h
@@ -1,6 +1,7 @@
#ifndef _ASMi386_SIGCONTEXT_H
#define _ASMi386_SIGCONTEXT_H
+#include <linux/config.h>
/*
* As documented in the iBCS2 standard..
*
@@ -24,6 +25,10 @@
datasel;
struct _fpreg _st[8];
unsigned long status;
+#ifdef CONFIG_X86_FX
+ unsigned long mxcsr;
+ unsigned long _xmm[4*22];
+#endif
};
struct sigcontext {
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)