From 617ce9900604573045160f4d6ce04eccc685462d Mon Sep 17 00:00:00 2001 From: jeff Date: Tue, 3 May 2005 10:51:38 +0000 Subject: - Neither of our image formats require Giant now that the vm and vfs have been locked. --- sys/kern/imgact_aout.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'sys/kern/imgact_aout.c') 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: -- cgit v1.1