diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2001-09-28 20:50:08 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2001-09-28 20:50:08 +0000 |
commit | 631d4764f659442beaade64b015f3850ccb290ce (patch) | |
tree | ccb0aba185fa2e14c272c760a2c3221a5e7acf12 | |
parent | 36cafd61ddc4f7ed976159324f7f730880f5e311 (diff) |
cold is now staticly initialized.
-rw-r--r-- | sys/arch/mvme88k/mvme88k/machdep.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/mvme88k/mvme88k/machdep.c b/sys/arch/mvme88k/mvme88k/machdep.c index a9e23991d27..8f86c33e7e2 100644 --- a/sys/arch/mvme88k/mvme88k/machdep.c +++ b/sys/arch/mvme88k/mvme88k/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.60 2001/09/23 02:54:27 miod Exp $ */ +/* $OpenBSD: machdep.c,v 1.61 2001/09/28 20:50:07 miod Exp $ */ /* * Copyright (c) 1998, 1999, 2000, 2001 Steve Murphree, Jr. * Copyright (c) 1996 Nivas Madhur @@ -2184,8 +2184,6 @@ mvme_bootstrap() struct bugbrdid brdid; - cold = 1; /* we are still booting */ - /* zreo out the machine dependant function pointers */ bzero(&mdfp, sizeof(struct funcp)); |