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:
parent
4f8ecd3c19
commit
f50ab15dff
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=118096
@ -152,8 +152,6 @@ kmem_alloc(map, size)
|
||||
vm_offset_t offset;
|
||||
vm_offset_t i;
|
||||
|
||||
GIANT_REQUIRED;
|
||||
|
||||
size = round_page(size);
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user