summaryrefslogtreecommitdiff
path: root/sys/arch/mvme68k
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2001-06-25 00:43:20 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2001-06-25 00:43:20 +0000
commitec3cb23dd2090f11764de426c83cd89ff2cc38a8 (patch)
tree6c9e9a50dab233c031f7004522ab7e056f7c3d77 /sys/arch/mvme68k
parent4d43a30e19552e765939f83669683438cf31eac4 (diff)
cold is in systm now
Diffstat (limited to 'sys/arch/mvme68k')
-rw-r--r--sys/arch/mvme68k/dev/vs.c3
-rw-r--r--sys/arch/mvme68k/mvme68k/autoconf.c9
2 files changed, 2 insertions, 10 deletions
diff --git a/sys/arch/mvme68k/dev/vs.c b/sys/arch/mvme68k/dev/vs.c
index 068010195ac..44681883b8e 100644
--- a/sys/arch/mvme68k/dev/vs.c
+++ b/sys/arch/mvme68k/dev/vs.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: vs.c,v 1.3 2001/05/16 12:49:47 ho Exp $ */
+/* $OpenBSD: vs.c,v 1.4 2001/06/25 00:43:13 mickey Exp $ */
/*
* Copyright (c) 1999 Steve Murphree, Jr.
@@ -78,7 +78,6 @@ void vs_scsidone __P((struct scsi_xfer *, int));
M328_CQE * vs_getcqe __P((struct vs_softc *));
M328_IOPB * vs_getiopb __P((struct vs_softc *));
-extern int cold;
extern u_int kvtop();
/*
* 16 bit 's' memory functions. MVME328 is a D16 board.
diff --git a/sys/arch/mvme68k/mvme68k/autoconf.c b/sys/arch/mvme68k/mvme68k/autoconf.c
index 0bdaea56555..bb8484e9dda 100644
--- a/sys/arch/mvme68k/mvme68k/autoconf.c
+++ b/sys/arch/mvme68k/mvme68k/autoconf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: autoconf.c,v 1.12 2001/05/05 22:33:57 art Exp $ */
+/* $OpenBSD: autoconf.c,v 1.13 2001/06/25 00:43:13 mickey Exp $ */
/*
* Copyright (c) 1995 Theo de Raadt
@@ -96,13 +96,6 @@
#include <machine/cpu.h>
#include <machine/pte.h>
-/*
- * The following several variables are related to
- * the configuration process, and are used in initializing
- * the machine.
- */
-extern int cold; /* if 1, still working on cold-start */
-
struct device *parsedisk __P((char *, int, int, dev_t *));
void setroot __P((void));