summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authoralc <alc@FreeBSD.org>2004-07-18 04:38:11 +0000
committeralc <alc@FreeBSD.org>2004-07-18 04:38:11 +0000
commitc2ace5ec030cc9f7d4716d965c4705f64c5142bf (patch)
treedac1cd537cf4c43b8c4e075121e3c2c916635494 /sys
parentac5ee50607a2f1e1dd4c52c700a2e95e954c1037 (diff)
downloadFreeBSD-src-c2ace5ec030cc9f7d4716d965c4705f64c5142bf.zip
FreeBSD-src-c2ace5ec030cc9f7d4716d965c4705f64c5142bf.tar.gz
Remove the GIANT_REQUIRED preceding pmap_remove() in
vm_pageout_map_deactivate_pages().
Diffstat (limited to 'sys')
-rw-r--r--sys/vm/vm_pageout.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/vm/vm_pageout.c b/sys/vm/vm_pageout.c
index f1e6ffb..412c430 100644
--- a/sys/vm/vm_pageout.c
+++ b/sys/vm/vm_pageout.c
@@ -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));
}
OpenPOWER on IntegriCloud