Cosmetic tweak to eliminate some diffs

This commit is contained in:
Peter Wemm 2001-11-16 02:44:55 +00:00
parent ee0e75a4e0
commit 0891c82c32

View File

@ -2078,7 +2078,6 @@ pmap_remove_all(vm_page_t m)
vm_page_flag_clear(m, PG_MAPPED | PG_WRITEABLE);
splx(s);
return;
}
/*
@ -2936,7 +2935,6 @@ pmap_phys_address(ppn)
* pmap_ts_referenced:
*
* Return the count of reference bits for a page, clearing all of them.
*
*/
int
pmap_ts_referenced(vm_page_t m)