mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
- Neither of our image formats require Giant now that the vm and vfs have
been locked.
This commit is contained in:
parent
eeda55ce8e
commit
e11a45c9e5
2 changed files with 0 additions and 4 deletions
|
|
@ -108,8 +108,6 @@ exec_aout_imgact(imgp)
|
|||
unsigned long bss_size;
|
||||
int error;
|
||||
|
||||
GIANT_REQUIRED;
|
||||
|
||||
/*
|
||||
* Linux and *BSD binaries look very much alike,
|
||||
* only the machine id is different:
|
||||
|
|
|
|||
|
|
@ -650,8 +650,6 @@ __CONCAT(exec_, __elfN(imgact))(struct image_params *imgp)
|
|||
struct thread *td = curthread;
|
||||
struct sysentvec *sv;
|
||||
|
||||
GIANT_REQUIRED;
|
||||
|
||||
/*
|
||||
* Do we have a valid ELF header ?
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue