[PATCH] Remove prototypes of nonexistent funcs in i386 FPU emulator files

From: Carl Spalletta
Date: Sun Jul 18 2004 - 15:03:51 EST


diff -ru linux-2.6.7-orig/arch/i386/math-emu/fpu_proto.h
linux-2.6.7-new/arch/i386/math-emu/fpu_proto.h
--- linux-2.6.7-orig/arch/i386/math-emu/fpu_proto.h 2004-06-15 22:20:03.000000000 -0700
+++ linux-2.6.7-new/arch/i386/math-emu/fpu_proto.h 2004-07-18 08:54:29.000000000 -0700
@@ -69,7 +69,6 @@
extern void FPU_pop(void);
extern int FPU_empty_i(int stnr);
extern int FPU_stackoverflow(FPU_REG **st_new_ptr);
-extern void FPU_sync_tags(void);
extern void FPU_copy_to_regi(FPU_REG const *r, u_char tag, int stnr);
extern void FPU_copy_to_reg1(FPU_REG const *r, u_char tag);
extern void FPU_copy_to_reg0(FPU_REG const *r, u_char tag);

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/