From: David Woodhouse Date: Mon, 16 Jun 2008 11:11:54 +0000 (+0100) Subject: Include in fs/exec.c only for Alpha. X-Git-Tag: v2.6.26-rc7~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=702773b16e83fcddc41e0019b8214d3c3cecedbe;p=pandora-kernel.git Include in fs/exec.c only for Alpha. We only need it for the /sbin/loader hack for OSF/1 executables, and we don't want to include it otherwise. While we're at it, remove the redundant '&& CONFIG_ARCH_SUPPORTS_AOUT' in the ifdef around that code. It's already dependent on __alpha__, and CONFIG_ARCH_SUPPORTS_AOUT is hard-coded to 'y' there. Signed-off-by: David Woodhouse Acked-by: Peter Korsgaard Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed