Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/x68k/x68k Remove an obsolete comment.



details:   https://anonhg.NetBSD.org/src/rev/19a343785c59
branches:  trunk
changeset: 373376:19a343785c59
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Mon Feb 06 13:30:02 2023 +0000

description:
Remove an obsolete comment.

diffstat:

 sys/arch/x68k/x68k/pmap_bootstrap.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r f073c020d022 -r 19a343785c59 sys/arch/x68k/x68k/pmap_bootstrap.c
--- a/sys/arch/x68k/x68k/pmap_bootstrap.c       Mon Feb 06 13:13:05 2023 +0000
+++ b/sys/arch/x68k/x68k/pmap_bootstrap.c       Mon Feb 06 13:30:02 2023 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmap_bootstrap.c,v 1.61 2016/12/22 16:05:15 cherry Exp $       */
+/*     $NetBSD: pmap_bootstrap.c,v 1.62 2023/02/06 13:30:02 tsutsui Exp $      */
 
 /* 
  * Copyright (c) 1991, 1993
@@ -36,7 +36,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pmap_bootstrap.c,v 1.61 2016/12/22 16:05:15 cherry Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap_bootstrap.c,v 1.62 2023/02/06 13:30:02 tsutsui Exp $");
 
 #include "opt_m68k_arch.h"
 
@@ -229,7 +229,7 @@
                /* mark entries for map page tables */
                for (i = 1; i <= nl1desc; i++)
                        stfree &= ~l2tobm(i);
-               /* mark an entry for kptmpa and lkptpa */
+               /* mark an entry for kptmpa */
                stfree &= ~l2tobm(i);
                /* mark entries not available */
                for (i = MAXKL2SIZE; i < sizeof(stfree) * NBBY; i++)



Home | Main Index | Thread Index | Old Index