Remove the GIANT_REQUIRED preceding pmap_remove() in

vm_pageout_map_deactivate_pages().
This commit is contained in:
Alan Cox 2004-07-18 04:38:11 +00:00
parent 14d2874c32
commit 3e36afbe27
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=132336

View File

@ -608,7 +608,6 @@ vm_pageout_map_deactivate_pages(map, desired)
* table pages.
*/
if (desired == 0 && nothingwired) {
GIANT_REQUIRED;
pmap_remove(vm_map_pmap(map), vm_map_min(map),
vm_map_max(map));
}