Remove GIANT_REQUIRED from kmem_alloc().

This commit is contained in:
Alan Cox 2003-07-27 18:31:32 +00:00
parent 4f8ecd3c19
commit f50ab15dff

View File

@ -152,8 +152,6 @@ kmem_alloc(map, size)
vm_offset_t offset;
vm_offset_t i;
GIANT_REQUIRED;
size = round_page(size);
/*