summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoralc <alc@FreeBSD.org>2012-10-05 04:35:20 +0000
committeralc <alc@FreeBSD.org>2012-10-05 04:35:20 +0000
commit9f7ae26674c4eb30785ef1aac454f96b9514ba8e (patch)
tree28614fe8d77cab8d311709854befa7c526a50803
parentbd56fc8130a896333b49e124cb72626904420213 (diff)
downloadFreeBSD-src-9f7ae26674c4eb30785ef1aac454f96b9514ba8e.zip
FreeBSD-src-9f7ae26674c4eb30785ef1aac454f96b9514ba8e.tar.gz
Eliminate a stale and a duplicated comment.
-rw-r--r--sys/mips/mips/pmap.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/sys/mips/mips/pmap.c b/sys/mips/mips/pmap.c
index bd77bae..e04857b 100644
--- a/sys/mips/mips/pmap.c
+++ b/sys/mips/mips/pmap.c
@@ -1621,13 +1621,6 @@ retry:
return (pv);
}
-/*
- * 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 pv_entry_t
pmap_pvh_remove(struct md_page *pvh, pmap_t pmap, vm_offset_t va)
{
@@ -2945,13 +2938,6 @@ pmap_clear_reference(vm_page_t m)
* address space. Return a pointer to where it is mapped. This
* routine is intended to be used for mapping device memory,
* NOT real memory.
- */
-
-/*
- * Map a set of physical memory pages into the kernel virtual
- * address space. Return a pointer to where it is mapped. This
- * routine is intended to be used for mapping device memory,
- * NOT real memory.
*
* Use XKPHYS uncached for 64 bit, and KSEG1 where possible for 32 bit.
*/
OpenPOWER on IntegriCloud