1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=118096

View File

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