patch-2.2.11 linux/arch/i386/math-emu/fpu_emu.h
Next file: linux/arch/i386/mm/init.c
Previous file: linux/arch/i386/kernel/irq.h
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Mon Aug 9 12:04:38 1999
- Orig file:
v2.2.10/linux/arch/i386/math-emu/fpu_emu.h
- Orig date:
Sun Sep 13 12:58:05 1998
diff -u --recursive --new-file v2.2.10/linux/arch/i386/math-emu/fpu_emu.h linux/arch/i386/math-emu/fpu_emu.h
@@ -165,8 +165,6 @@
#define signpositive(a) ( (signbyte(a) & 0x80) == 0 )
#define signnegative(a) (signbyte(a) & 0x80)
-#include "fpu_proto.h"
-
static inline void reg_copy(FPU_REG const *x, FPU_REG *y)
{
*(short *)&(y->exp) = *(const short *)&(x->exp);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)