Remove GIANT_REQUIRED from kmem_alloc().
This commit is contained in:
parent
4f8ecd3c19
commit
f50ab15dff
@ -152,8 +152,6 @@ kmem_alloc(map, size)
|
|||||||
vm_offset_t offset;
|
vm_offset_t offset;
|
||||||
vm_offset_t i;
|
vm_offset_t i;
|
||||||
|
|
||||||
GIANT_REQUIRED;
|
|
||||||
|
|
||||||
size = round_page(size);
|
size = round_page(size);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user