- Neither of our image formats require Giant now that the vm and vfs have

been locked.
This commit is contained in:
Jeff Roberson 2005-05-03 10:51:38 +00:00
parent eeda55ce8e
commit e11a45c9e5
2 changed files with 0 additions and 4 deletions

View file

@ -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:

View file

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