diff options
| author | tsutsui <tsutsui@NetBSD.org> | 2023-02-06 13:30:02 +0000 |
|---|---|---|
| committer | tsutsui <tsutsui@NetBSD.org> | 2023-02-06 13:30:02 +0000 |
| commit | 887fd8f4cf5fa4874de95149ec70faaf6da8d8ea (patch) | |
| tree | 8550904f9b39d874d62b61e5d6fd2e7b2ee0768c /sys | |
| parent | e33f1689fb2b9918fe3abbab081703184bc80d27 (diff) | |
Remove an obsolete comment.
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/arch/x68k/x68k/pmap_bootstrap.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/x68k/x68k/pmap_bootstrap.c b/sys/arch/x68k/x68k/pmap_bootstrap.c index ec2d270d77e..d46fa9531e8 100644 --- a/sys/arch/x68k/x68k/pmap_bootstrap.c +++ b/sys/arch/x68k/x68k/pmap_bootstrap.c @@ -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 firstpa) /* 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++) |
