Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/arm/mainbus Remove spurious declaration of initiali...



details:   https://anonhg.NetBSD.org/src/rev/8226e05e1c2f
branches:  trunk
changeset: 504464:8226e05e1c2f
user:      bjh21 <bjh21%NetBSD.org@localhost>
date:      Sat Mar 03 17:49:58 2001 +0000

description:
Remove spurious declaration of initialise_fpe().

diffstat:

 sys/arch/arm/mainbus/cpu.c |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r 738e69c2d16c -r 8226e05e1c2f sys/arch/arm/mainbus/cpu.c
--- a/sys/arch/arm/mainbus/cpu.c        Sat Mar 03 17:46:31 2001 +0000
+++ b/sys/arch/arm/mainbus/cpu.c        Sat Mar 03 17:49:58 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cpu.c,v 1.8 2001/03/03 17:46:31 bjh21 Exp $    */
+/*     $NetBSD: cpu.c,v 1.9 2001/03/03 17:49:58 bjh21 Exp $    */
 
 /*
  * Copyright (c) 1995 Mark Brinicombe.
@@ -78,8 +78,6 @@
 void identify_arm_cpu  __P((int cpu_number));
 void identify_arm_fpu  __P((int cpu_number));
 
-extern int initialise_fpe      __P((cpu_t *cpu));
-
 
 /*
  * int cpumatch(struct device *parent, struct cfdata *cf, void *aux)



Home | Main Index | Thread Index | Old Index