Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mips/include Clear up a comment a little.



details:   https://anonhg.NetBSD.org/src/rev/80e2d2901a35
branches:  trunk
changeset: 480349:80e2d2901a35
user:      simonb <simonb%NetBSD.org@localhost>
date:      Sun Jan 09 20:08:14 2000 +0000

description:
Clear up a comment a  little.

diffstat:

 sys/arch/mips/include/vmparam.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 1ec480930e96 -r 80e2d2901a35 sys/arch/mips/include/vmparam.h
--- a/sys/arch/mips/include/vmparam.h   Sun Jan 09 19:56:15 2000 +0000
+++ b/sys/arch/mips/include/vmparam.h   Sun Jan 09 20:08:14 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vmparam.h,v 1.17 1999/12/04 21:20:49 ragge Exp $       */
+/*     $NetBSD: vmparam.h,v 1.18 2000/01/09 20:08:14 simonb Exp $      */
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -146,7 +146,7 @@
 
 /* VM_PHYSSEG_MAX defined by platform-dependent code. */
 #define        VM_PHYSSEG_STRAT        VM_PSTRAT_BSEARCH
-#define        VM_PHYSSEG_NOADD                        /* no more after vm_mem_init */
+#define        VM_PHYSSEG_NOADD        /* can add RAM after vm_mem_init */
 
 /*
  * pmap-specific data stored in the vm_physmem[] array.



Home | Main Index | Thread Index | Old Index