- Get rid of unused function vmspace_wired_count().
Reviewed by: alc Approved by: kib (mentor) MFC after: 1 week
This commit is contained in:
parent
f61c451482
commit
1cc20081df
@ -726,12 +726,6 @@ vmspace_resident_count(struct vmspace *vmspace)
|
||||
return pmap_resident_count(vmspace_pmap(vmspace));
|
||||
}
|
||||
|
||||
long
|
||||
vmspace_wired_count(struct vmspace *vmspace)
|
||||
{
|
||||
return pmap_wired_count(vmspace_pmap(vmspace));
|
||||
}
|
||||
|
||||
/*
|
||||
* vm_map_create:
|
||||
*
|
||||
|
@ -298,7 +298,6 @@ void vm_map_wait_busy(vm_map_t map);
|
||||
_vm_map_lock_downgrade(map, LOCK_FILE, LOCK_LINE)
|
||||
|
||||
long vmspace_resident_count(struct vmspace *vmspace);
|
||||
long vmspace_wired_count(struct vmspace *vmspace);
|
||||
#endif /* _KERNEL */
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user