Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mips/mips Remove old part of comment



details:   https://anonhg.NetBSD.org/src/rev/72d1bb259c4b
branches:  trunk
changeset: 948187:72d1bb259c4b
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sun Dec 20 12:27:20 2020 +0000

description:
Remove old part of comment

diffstat:

 sys/arch/mips/mips/pmap_machdep.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r c880253112a2 -r 72d1bb259c4b sys/arch/mips/mips/pmap_machdep.c
--- a/sys/arch/mips/mips/pmap_machdep.c Sun Dec 20 11:58:58 2020 +0000
+++ b/sys/arch/mips/mips/pmap_machdep.c Sun Dec 20 12:27:20 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmap_machdep.c,v 1.30 2020/09/10 17:26:38 skrll Exp $  */
+/*     $NetBSD: pmap_machdep.c,v 1.31 2020/12/20 12:27:20 skrll Exp $  */
 
 /*-
  * Copyright (c) 1998, 2001 The NetBSD Foundation, Inc.
@@ -67,7 +67,7 @@
 
 #include <sys/cdefs.h>
 
-__KERNEL_RCSID(0, "$NetBSD: pmap_machdep.c,v 1.30 2020/09/10 17:26:38 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap_machdep.c,v 1.31 2020/12/20 12:27:20 skrll Exp $");
 
 /*
  *     Manages physical address maps.
@@ -333,7 +333,6 @@
 
 /*
  *     Bootstrap the system enough to run with virtual memory.
- *     firstaddr is the first unused kseg0 address (not page aligned).
  */
 void
 pmap_bootstrap(void)



Home | Main Index | Thread Index | Old Index