Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/hpcmips/hpcmips Delete 'cold'.



details:   https://anonhg.NetBSD.org/src/rev/bf9c253b441b
branches:  trunk
changeset: 476686:bf9c253b441b
user:      shin <shin%NetBSD.org@localhost>
date:      Sat Sep 25 00:18:10 1999 +0000

description:
Delete 'cold'.

diffstat:

 sys/arch/hpcmips/hpcmips/autoconf.c |  7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diffs (35 lines):

diff -r 1a957ed8114e -r bf9c253b441b sys/arch/hpcmips/hpcmips/autoconf.c
--- a/sys/arch/hpcmips/hpcmips/autoconf.c       Sat Sep 25 00:10:13 1999 +0000
+++ b/sys/arch/hpcmips/hpcmips/autoconf.c       Sat Sep 25 00:18:10 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: autoconf.c,v 1.2 1999/09/16 14:37:47 takemura Exp $    */
+/*     $NetBSD: autoconf.c,v 1.3 1999/09/25 00:18:10 shin Exp $        */
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -43,7 +43,7 @@
  */
 
 #include <sys/cdefs.h>                 /* RCS ID & Copyright macro defns */
-__KERNEL_RCSID(0, "$NetBSD: autoconf.c,v 1.2 1999/09/16 14:37:47 takemura Exp $");
+__KERNEL_RCSID(0, "$NetBSD: autoconf.c,v 1.3 1999/09/25 00:18:10 shin Exp $");
 
 /*
  * Setup the system to run on the current machine.
@@ -73,7 +73,6 @@
  * the configuration process, and are used in initializing
  * the machine.
  */
-int    cold = 1;       /* if 1, still working on cold-start */
 int    cpuspeed = 7;   /* approx # instr per usec. */
 
 static char booted_device_name[16];
@@ -99,8 +98,6 @@
 
        /* Configuration is finished, turn on interrupts. */
        _splnone();     /* enable all source forcing SOFT_INTs cleared */
-
-       cold = 0;
 }
 
 void



Home | Main Index | Thread Index | Old Index