diff --git a/sys/alpha/alpha/pmap.c b/sys/alpha/alpha/pmap.c index 49326ee24d7..4b77a524177 100644 --- a/sys/alpha/alpha/pmap.c +++ b/sys/alpha/alpha/pmap.c @@ -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)