aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorCarl Spalletta <cspalletta@yahoo.com>2004-08-22 22:47:41 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-08-22 22:47:41 -0700
commit49950d2a917bd51af0fdf1e06947c58f41cf1c0e (patch)
tree247cea1d6d9662ada82d6855dc13a761fa990792 /arch
parentcae7c30af0190d6af4829a4e5a95fa43b5f01413 (diff)
downloadhistory-49950d2a917bd51af0fdf1e06947c58f41cf1c0e.tar.gz
[PATCH] remove dead prototypes
Remove a whole bunch of prototypes which declare no-longer-present functions. Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/i386/kernel/cpu/mtrr/mtrr.h1
-rw-r--r--arch/i386/math-emu/fpu_proto.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/arch/i386/kernel/cpu/mtrr/mtrr.h b/arch/i386/kernel/cpu/mtrr/mtrr.h
index fee8b5ccc8c725..0d10c115db23bf 100644
--- a/arch/i386/kernel/cpu/mtrr/mtrr.h
+++ b/arch/i386/kernel/cpu/mtrr/mtrr.h
@@ -52,7 +52,6 @@ struct mtrr_ops {
};
extern int generic_get_free_region(unsigned long base, unsigned long size);
-extern void generic_init_secondary(void);
extern int generic_validate_add_page(unsigned long base, unsigned long size,
unsigned int type);
diff --git a/arch/i386/math-emu/fpu_proto.h b/arch/i386/math-emu/fpu_proto.h
index a8618dfd62a78e..a9fe07c9b554d1 100644
--- a/arch/i386/math-emu/fpu_proto.h
+++ b/arch/i386/math-emu/fpu_proto.h
@@ -69,7 +69,6 @@ extern int isNaN(FPU_REG const *ptr);
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);