Remove GIANT_REQUIRED from elfN_load_section().
This commit is contained in:
parent
0c32ff384a
commit
48e8810e65
@ -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 New Issue
Block a user