Remove GIANT_REQUIRED from vm_pageq_remove().
This commit is contained in:
parent
5015c68a3c
commit
6420521aa5
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user