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 unnecessary comment which wa...



details:   https://anonhg.NetBSD.org/src/rev/704b468ce1a9
branches:  trunk
changeset: 476688:704b468ce1a9
user:      takemura <takemura%NetBSD.org@localhost>
date:      Sat Sep 25 03:09:01 1999 +0000

description:
Delete unnecessary comment which was for the variable, 'cold.

diffstat:

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

diffs (30 lines):

diff -r b37bcaff3c95 -r 704b468ce1a9 sys/arch/hpcmips/hpcmips/autoconf.c
--- a/sys/arch/hpcmips/hpcmips/autoconf.c       Sat Sep 25 00:27:00 1999 +0000
+++ b/sys/arch/hpcmips/hpcmips/autoconf.c       Sat Sep 25 03:09:01 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: autoconf.c,v 1.3 1999/09/25 00:18:10 shin Exp $        */
+/*     $NetBSD: autoconf.c,v 1.4 1999/09/25 03:09:01 takemura 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.3 1999/09/25 00:18:10 shin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: autoconf.c,v 1.4 1999/09/25 03:09:01 takemura Exp $");
 
 /*
  * Setup the system to run on the current machine.
@@ -68,11 +68,6 @@
 #include <machine/autoconf.h>
 #include <machine/sysconf.h>
 
-/*
- * The following several variables are related to
- * the configuration process, and are used in initializing
- * the machine.
- */
 int    cpuspeed = 7;   /* approx # instr per usec. */
 
 static char booted_device_name[16];



Home | Main Index | Thread Index | Old Index