Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbmips/malta Add a comment; fix white-space niggle.



details:   https://anonhg.NetBSD.org/src/rev/97f4892ed1fa
branches:  trunk
changeset: 533989:97f4892ed1fa
user:      simonb <simonb%NetBSD.org@localhost>
date:      Fri Jul 12 00:40:00 2002 +0000

description:
Add a comment; fix white-space niggle.

diffstat:

 sys/arch/evbmips/malta/machdep.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (25 lines):

diff -r 13b9969d7fb6 -r 97f4892ed1fa sys/arch/evbmips/malta/machdep.c
--- a/sys/arch/evbmips/malta/machdep.c  Fri Jul 12 00:27:18 2002 +0000
+++ b/sys/arch/evbmips/malta/machdep.c  Fri Jul 12 00:40:00 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: machdep.c,v 1.3 2002/04/09 03:38:28 simonb Exp $       */
+/*     $NetBSD: machdep.c,v 1.4 2002/07/12 00:40:00 simonb Exp $       */
 
 /*
  * Copyright 2001, 2002 Wasabi Systems, Inc.
@@ -198,6 +198,7 @@
         */
        mips_vector_init();
 
+       /* set the VM page size */
        uvm_setpagesize();
 
        physmem = btoc(memsize);
@@ -214,7 +215,6 @@
        malta_cal_timer(&mcp->mc_iot, sh);
        bus_space_unmap(&mcp->mc_iot, sh, 2);
 
-
 #if NCOM > 0
        /*
         * Delay to allow firmware putchars to complete.



Home | Main Index | Thread Index | Old Index