Remove a stale comment.

This commit is contained in:
Alan Cox 2004-06-15 19:28:40 +00:00
parent 1c83e80830
commit 7b9d474460
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=130539
3 changed files with 0 additions and 18 deletions

View File

@ -1425,12 +1425,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)

View File

@ -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)

View File

@ -1492,12 +1492,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)