Remove GIANT_REQUIRED from elfN_load_section().

This commit is contained in:
alc 2005-04-03 07:57:47 +00:00
parent 0c32ff384a
commit 48e8810e65

View File

@ -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;
/*