mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Remove GIANT_REQUIRED from elfN_load_section().
This commit is contained in:
parent
6d9a161274
commit
9f65fb13aa
1 changed files with 0 additions and 2 deletions
|
|
@ -363,8 +363,6 @@ __elfN(load_section)(struct proc *p, struct vmspace *vmspace,
|
|||
vm_offset_t file_addr;
|
||||
vm_offset_t data_buf = 0;
|
||||
|
||||
GIANT_REQUIRED;
|
||||
|
||||
error = 0;
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue