mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove GIANT_REQUIRED from kmem_alloc().
This commit is contained in:
parent
4f8ecd3c19
commit
f50ab15dff
1 changed files with 0 additions and 2 deletions
|
|
@ -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 a new issue