Eliminate a stale and a duplicated comment.

This commit is contained in:
Alan Cox 2012-10-05 04:35:20 +00:00
parent a0a03d1e82
commit d68ca35a82
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=241217

View File

@ -1621,13 +1621,6 @@ get_pv_entry(pmap_t pmap, boolean_t try)
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)
{
@ -2940,13 +2933,6 @@ pmap_clear_reference(vm_page_t m)
* Miscellaneous support routines follow
*/
/*
* 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.
*/
/*
* Map a set of physical memory pages into the kernel virtual
* address space. Return a pointer to where it is mapped. This