diff options
Diffstat (limited to 'sys/arch/mvme88k')
-rw-r--r-- | sys/arch/mvme88k/mvme88k/autoconf.c | 5 | ||||
-rw-r--r-- | sys/arch/mvme88k/mvme88k/machdep.c | 4 |
2 files changed, 3 insertions, 6 deletions
diff --git a/sys/arch/mvme88k/mvme88k/autoconf.c b/sys/arch/mvme88k/mvme88k/autoconf.c index 0adec0132c1..4a187a995d1 100644 --- a/sys/arch/mvme88k/mvme88k/autoconf.c +++ b/sys/arch/mvme88k/mvme88k/autoconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: autoconf.c,v 1.11 2001/04/29 19:00:02 miod Exp $ */ +/* $OpenBSD: autoconf.c,v 1.12 2001/05/05 22:34:01 art Exp $ */ /* * Copyright (c) 1998 Steve Murphree, Jr. * Copyright (c) 1996 Nivas Madhur @@ -59,7 +59,6 @@ struct device *parsedisk __P((char *, int, int, dev_t *)); void setroot __P((void)); void swapconf __P((void)); -void configure __P((void)); char buginchr __P((void)); int getsb __P((char *, int)); void dumpconf __P((void)); @@ -72,7 +71,7 @@ int cold; /* 1 if still booting */ * called at boot time, configure all devices on the system. */ void -configure() +cpu_configure() { bootdv = NULL; /* set by device drivers (if found) */ diff --git a/sys/arch/mvme88k/mvme88k/machdep.c b/sys/arch/mvme88k/mvme88k/machdep.c index ebb42aab866..c701e0cfcda 100644 --- a/sys/arch/mvme88k/mvme88k/machdep.c +++ b/sys/arch/mvme88k/mvme88k/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.33 2001/05/05 20:56:47 art Exp $ */ +/* $OpenBSD: machdep.c,v 1.34 2001/05/05 22:34:02 art Exp $ */ /* * Copyright (c) 1998, 1999, 2000, 2001 Steve Murphree, Jr. * Copyright (c) 1996 Nivas Madhur @@ -129,7 +129,6 @@ void m88110_Xfp_precise __P((void)); void setupiackvectors __P((void)); void regdump __P((struct trapframe *f)); void dumpsys __P((void)); -void configure __P((void)); void consinit __P((void)); void kdb_init __P((void)); @@ -822,7 +821,6 @@ cpu_startup() printf("kernel does not support -c; continuing..\n"); #endif } - configure(); } /* |