Remove GIANT_REQUIRED from vm_pageq_remove().

This commit is contained in:
Alan Cox 2003-02-16 06:36:48 +00:00
parent 5015c68a3c
commit 6420521aa5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=110983

View file

@ -141,7 +141,6 @@ vm_pageq_remove(vm_page_t m)
int queue = m->queue;
struct vpgqueues *pq;
GIANT_REQUIRED;
if (queue != PQ_NONE) {
m->queue = PQ_NONE;
pq = &vm_page_queues[queue];