summaryrefslogtreecommitdiff
path: root/fs
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2008-12-01 10:23:12 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2008-12-01 10:23:12 +1100
commit85aca54b19e3077fdc67bbc0f4c83e13146ed13b (patch)
treee735c1af320e8cf40e17dfc962d030ba6d0249af /fs
parent4df2aeea9c6027d44d8a4fcb14397d447884e5d1 (diff)
parenteb4890d092261e31f848e191d777be5bdbc4b749 (diff)
Merge commit 's390/features'
Conflicts: drivers/char/Makefile
Diffstat (limited to 'fs')
-rw-r--r--fs/binfmt_elf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/binfmt_elf.c b/fs/binfmt_elf.c
index 8fcfa398d350..95a76ff9e01b 100644
--- a/fs/binfmt_elf.c
+++ b/fs/binfmt_elf.c
@@ -949,7 +949,7 @@ static int load_elf_binary(struct linux_binprm *bprm, struct pt_regs *regs)
set_binfmt(&elf_format);
#ifdef ARCH_HAS_SETUP_ADDITIONAL_PAGES
- retval = arch_setup_additional_pages(bprm, executable_stack);
+ retval = arch_setup_additional_pages(bprm, !!elf_interpreter);
if (retval < 0) {
send_sig(SIGKILL, current, 0);
goto out;