summaryrefslogtreecommitdiffstats
path: root/sys/kern/imgact_aout.c
diff options
context:
space:
mode:
authorjeff <jeff@FreeBSD.org>2005-05-03 10:51:38 +0000
committerjeff <jeff@FreeBSD.org>2005-05-03 10:51:38 +0000
commit617ce9900604573045160f4d6ce04eccc685462d (patch)
tree06d2a835fdeacbfa079d9eefce4d3e2a20864903 /sys/kern/imgact_aout.c
parentce43d827c254be137b93a5758e4038bc95cc7ec5 (diff)
downloadFreeBSD-src-617ce9900604573045160f4d6ce04eccc685462d.zip
FreeBSD-src-617ce9900604573045160f4d6ce04eccc685462d.tar.gz
- Neither of our image formats require Giant now that the vm and vfs have
been locked.
Diffstat (limited to 'sys/kern/imgact_aout.c')
-rw-r--r--sys/kern/imgact_aout.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/kern/imgact_aout.c b/sys/kern/imgact_aout.c
index 12086fa..572bc47 100644
--- a/sys/kern/imgact_aout.c
+++ b/sys/kern/imgact_aout.c
@@ -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:
OpenPOWER on IntegriCloud