diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-06-25 00:43:20 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-06-25 00:43:20 +0000 |
commit | ec3cb23dd2090f11764de426c83cd89ff2cc38a8 (patch) | |
tree | 6c9e9a50dab233c031f7004522ab7e056f7c3d77 /sys/arch/alpha | |
parent | 4d43a30e19552e765939f83669683438cf31eac4 (diff) |
cold is in systm now
Diffstat (limited to 'sys/arch/alpha')
-rw-r--r-- | sys/arch/alpha/alpha/autoconf.c | 4 | ||||
-rw-r--r-- | sys/arch/alpha/alpha/machdep.c | 4 | ||||
-rw-r--r-- | sys/arch/alpha/dev/shared_intr.c | 4 | ||||
-rw-r--r-- | sys/arch/alpha/tc/scc.c | 3 |
4 files changed, 4 insertions, 11 deletions
diff --git a/sys/arch/alpha/alpha/autoconf.c b/sys/arch/alpha/alpha/autoconf.c index d907108360c..8d6550be038 100644 --- a/sys/arch/alpha/alpha/autoconf.c +++ b/sys/arch/alpha/alpha/autoconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: autoconf.c,v 1.11 2001/05/05 22:33:22 art Exp $ */ +/* $OpenBSD: autoconf.c,v 1.12 2001/06/25 00:43:06 mickey Exp $ */ /* $NetBSD: autoconf.c,v 1.16 1996/11/13 21:13:04 cgd Exp $ */ /* @@ -87,8 +87,6 @@ static int getstr __P((char *cp, int size)); void cpu_configure() { - extern int cold; - parse_prom_bootdev(); /* diff --git a/sys/arch/alpha/alpha/machdep.c b/sys/arch/alpha/alpha/machdep.c index bacb7df3164..efc343b18e9 100644 --- a/sys/arch/alpha/alpha/machdep.c +++ b/sys/arch/alpha/alpha/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.46 2001/05/17 18:41:47 provos Exp $ */ +/* $OpenBSD: machdep.c,v 1.47 2001/06/25 00:43:06 mickey Exp $ */ /* $NetBSD: machdep.c,v 1.206 2000/05/23 05:12:54 thorpej Exp $ */ /*- @@ -1113,8 +1113,6 @@ void boot(howto) int howto; { - extern int cold; - #if defined(MULTIPROCESSOR) #if 0 /* XXX See below. */ u_long cpu_id; diff --git a/sys/arch/alpha/dev/shared_intr.c b/sys/arch/alpha/dev/shared_intr.c index c6b847c3b26..d5348dbf9e0 100644 --- a/sys/arch/alpha/dev/shared_intr.c +++ b/sys/arch/alpha/dev/shared_intr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: shared_intr.c,v 1.9 2000/11/08 21:27:13 ericj Exp $ */ +/* $OpenBSD: shared_intr.c,v 1.10 2001/06/25 00:43:07 mickey Exp $ */ /* $NetBSD: shared_intr.c,v 1.13 2000/03/19 01:46:18 thorpej Exp $ */ /* @@ -43,8 +43,6 @@ static const char *intr_typename __P((int)); -extern int cold; - static const char * intr_typename(type) int type; diff --git a/sys/arch/alpha/tc/scc.c b/sys/arch/alpha/tc/scc.c index 25ef5b983a4..a230a866734 100644 --- a/sys/arch/alpha/tc/scc.c +++ b/sys/arch/alpha/tc/scc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: scc.c,v 1.8 2001/04/17 04:30:46 aaron Exp $ */ +/* $OpenBSD: scc.c,v 1.9 2001/06/25 00:43:07 mickey Exp $ */ /* $NetBSD: scc.c,v 1.28 1996/12/05 01:39:43 cgd Exp $ */ /* @@ -232,7 +232,6 @@ void scc_rr __P((char *, scc_regmap_t *)); * console variables, for using serial console while still cold and * autoconfig has not attached the scc device. */ -extern int cold; scc_regmap_t *scc_cons_addr = 0; static struct scc_softc coldcons_softc; static struct consdev scccons = { |