summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authoralc <alc@FreeBSD.org>2004-06-15 19:28:40 +0000
committeralc <alc@FreeBSD.org>2004-06-15 19:28:40 +0000
commit72b65ac70d0ea0478fffd2150b3a870223126cb4 (patch)
tree7ab6273512ccbbdc87848b8c491da6c61e647778 /sys/amd64
parent0cb4d158d68c2c031f87b3cd1b5ffe3f7d19edfe (diff)
downloadFreeBSD-src-72b65ac70d0ea0478fffd2150b3a870223126cb4.zip
FreeBSD-src-72b65ac70d0ea0478fffd2150b3a870223126cb4.tar.gz
Remove a stale comment.
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/amd64/pmap.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/amd64/amd64/pmap.c b/sys/amd64/amd64/pmap.c
index 0816bfa..8d1502f 100644
--- a/sys/amd64/amd64/pmap.c
+++ b/sys/amd64/amd64/pmap.c
@@ -1431,12 +1431,6 @@ get_pv_entry(void)
return uma_zalloc(pvzone, M_NOWAIT);
}
-/*
- * If it is the first entry on the list, it is actually
- * in the header and we must copy the following entry up
- * to the header. Otherwise we must search the list for
- * the entry. In either case we free the now unused entry.
- */
static int
pmap_remove_entry(pmap_t pmap, vm_page_t m, vm_offset_t va)
OpenPOWER on IntegriCloud