patch-1.3.99 linux/arch/i386/kernel/signal.c
Next file: linux/arch/i386/kernel/smp.c
Previous file: linux/arch/i386/kernel/setup.c
Back to the patch index
Back to the overall index
-  Lines: 24
 -  Date:
Mon May  6 16:31:18 1996
 -  Orig file: 
v1.3.98/linux/arch/i386/kernel/signal.c
 -  Orig date: 
Mon Apr 29 18:05:15 1996
 
diff -u --recursive --new-file v1.3.98/linux/arch/i386/kernel/signal.c linux/arch/i386/kernel/signal.c
@@ -43,11 +43,6 @@
 	}
 }
 
-/*
- * FIXME. We don't currently restore emulator state
- */
-#define restore_i387_soft(x) do { } while (0)
-
 static inline void restore_i387_hard(struct _fpstate *buf)
 {
 #ifdef __SMP__
@@ -121,11 +116,6 @@
 badframe:
 	do_exit(SIGSEGV);
 }
-
-/*
- * FIXME. We currently don't save 387 state if we use emulation
- */
-#define save_i387_soft(x) NULL
 
 static inline struct _fpstate * save_i387_hard(struct _fpstate * buf)
 {
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this