Module Name: src
Committed By: tsutsui
Date: Mon Feb 6 13:30:02 UTC 2023
Modified Files:
src/sys/arch/x68k/x68k: pmap_bootstrap.c
Log Message:
Remove an obsolete comment.
To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 src/sys/arch/x68k/x68k/pmap_bootstrap.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/x68k/x68k/pmap_bootstrap.c
diff -u src/sys/arch/x68k/x68k/pmap_bootstrap.c:1.61 src/sys/arch/x68k/x68k/pmap_bootstrap.c:1.62
--- src/sys/arch/x68k/x68k/pmap_bootstrap.c:1.61 Thu Dec 22 16:05:15 2016
+++ src/sys/arch/x68k/x68k/pmap_bootstrap.c Mon Feb 6 13:30:02 2023
@@ -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 @@ pmap_bootstrap(paddr_t nextpa, paddr_t f
/* 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++)