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/vax | |
parent | 4d43a30e19552e765939f83669683438cf31eac4 (diff) |
cold is in systm now
Diffstat (limited to 'sys/arch/vax')
-rw-r--r-- | sys/arch/vax/mscp/mscp.c | 3 | ||||
-rw-r--r-- | sys/arch/vax/vax/autoconf.c | 4 | ||||
-rw-r--r-- | sys/arch/vax/vax/ka49.c | 4 | ||||
-rw-r--r-- | sys/arch/vax/vax/ka53.c | 4 | ||||
-rw-r--r-- | sys/arch/vax/vax/ka680.c | 4 | ||||
-rw-r--r-- | sys/arch/vax/vax/scb.c | 3 |
6 files changed, 6 insertions, 16 deletions
diff --git a/sys/arch/vax/mscp/mscp.c b/sys/arch/vax/mscp/mscp.c index 09b46db5145..2e1ecf8e349 100644 --- a/sys/arch/vax/mscp/mscp.c +++ b/sys/arch/vax/mscp/mscp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mscp.c,v 1.4 2000/04/27 03:14:45 bjc Exp $ */ +/* $OpenBSD: mscp.c,v 1.5 2001/06/25 00:43:18 mickey Exp $ */ /* $NetBSD: mscp.c,v 1.11 1999/06/06 19:16:18 ragge Exp $ */ /* @@ -140,7 +140,6 @@ mscp_dorsp(mi) struct mscp_xi *mxi; int nextrsp; int st, error; - extern int cold; extern struct mscp slavereply; nextrsp = mi->mi_rsp.mri_next; diff --git a/sys/arch/vax/vax/autoconf.c b/sys/arch/vax/vax/autoconf.c index 1bf3fc4d7b4..45db18b07c6 100644 --- a/sys/arch/vax/vax/autoconf.c +++ b/sys/arch/vax/vax/autoconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: autoconf.c,v 1.13 2001/06/15 22:45:33 miod Exp $ */ +/* $OpenBSD: autoconf.c,v 1.14 2001/06/25 00:43:19 mickey Exp $ */ /* $NetBSD: autoconf.c,v 1.45 1999/10/23 14:56:05 ragge Exp $ */ /* @@ -67,8 +67,6 @@ struct cpu_dep *dep_call; int mastercpu; /* chief of the system */ struct device *booted_from; -extern int cold; /* cold-start flag */ - #define MAINBUS 0 void diff --git a/sys/arch/vax/vax/ka49.c b/sys/arch/vax/vax/ka49.c index efd717d5b9d..48bc1c8b77e 100644 --- a/sys/arch/vax/vax/ka49.c +++ b/sys/arch/vax/vax/ka49.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ka49.c,v 1.1 2000/04/27 01:10:10 bjc Exp $ */ +/* $OpenBSD: ka49.c,v 1.2 2001/06/25 00:43:19 mickey Exp $ */ /* * Copyright (c) 1999 Ludd, University of Lule}, Sweden. * All rights reserved. @@ -50,8 +50,6 @@ static void ka49_steal_pages __P((void)); static void ka49_cache_enable __P((void)); static void ka49_halt __P((void)); -extern int cold; /* cold-start flag */ - /* * Declaration of 49-specific calls. */ diff --git a/sys/arch/vax/vax/ka53.c b/sys/arch/vax/vax/ka53.c index d8402edd627..60331470026 100644 --- a/sys/arch/vax/vax/ka53.c +++ b/sys/arch/vax/vax/ka53.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ka53.c,v 1.2 2001/01/30 17:10:05 hugh Exp $ */ +/* $OpenBSD: ka53.c,v 1.3 2001/06/25 00:43:19 mickey Exp $ */ /* $NetBSD: ka53.c,v 1.2 2000/06/04 02:19:27 matt Exp $ */ /* * Copyright (c) 2000 Ludd, University of Lule}, Sweden. @@ -53,8 +53,6 @@ static void ka53_steal_pages(void); static void ka53_cache_enable(void); static void ka53_halt(void); -extern int cold; /* cold-start flag */ - /* * Declaration of 680-specific calls. */ diff --git a/sys/arch/vax/vax/ka680.c b/sys/arch/vax/vax/ka680.c index a7fbf15b62b..eff212da9ac 100644 --- a/sys/arch/vax/vax/ka680.c +++ b/sys/arch/vax/vax/ka680.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ka680.c,v 1.4 2001/04/01 16:51:40 hugh Exp $ */ +/* $OpenBSD: ka680.c,v 1.5 2001/06/25 00:43:19 mickey Exp $ */ /* $NetBSD: ka680.c,v 1.3 2001/01/28 21:01:53 ragge Exp $ */ /* * Copyright (c) 2000 Ludd, University of Lule}, Sweden. @@ -60,8 +60,6 @@ static int ka680_mchk __P((caddr_t)); static void ka680_halt __P((void)); static void ka680_reboot __P((int)); -extern int cold; /* cold-start flag */ - /* * KA680-specific IPRs. KA680 has the funny habit to control all caches * via IPRs. diff --git a/sys/arch/vax/vax/scb.c b/sys/arch/vax/vax/scb.c index 684e943e987..115c9b3bc54 100644 --- a/sys/arch/vax/vax/scb.c +++ b/sys/arch/vax/vax/scb.c @@ -1,4 +1,4 @@ -/* $OpenBSD: scb.c,v 1.1 2000/04/27 01:10:10 bjc Exp $ */ +/* $OpenBSD: scb.c,v 1.2 2001/06/25 00:43:19 mickey Exp $ */ /* $NetBSD: scb.c,v 1.9 2000/01/24 02:40:34 matt Exp $ */ /* * Copyright (c) 1999 Ludd, University of Lule}, Sweden. @@ -49,7 +49,6 @@ static void scb_stray __P((void *)); static struct ivec_dsp *scb_vec; static volatile int vector, ipl, gotintr; -extern int cold; /* * Generates a new SCB. */ |