]> git.baikalelectronics.ru Git - kernel.git/commit
[S390] arch_setup_additional_pages arguments
authorMartin Schwidefsky <schwidefsky@de.ibm.com>
Thu, 25 Dec 2008 12:38:35 +0000 (13:38 +0100)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Thu, 25 Dec 2008 12:38:54 +0000 (13:38 +0100)
commit9bd807a96b55c32b23476f28cb46201afbfb3f8e
tree014f2b61180433799a438e1e2022636f0b8c6a7b
parentd390d6d658ff5b2d9b0c030081bcc0d18dcfbe65
[S390] arch_setup_additional_pages arguments

arch_setup_additional_pages currently gets two arguments, the binary
format descripton and an indication if the process uses an executable
stack or not. The second argument is not used by anybody, it could
be removed without replacement.

What actually does make sense is to pass an indication if the process
uses the elf interpreter or not. The glibc code will not use anything
from the vdso if the process does not use the dynamic linker, so for
statically linked binaries the architecture backend can choose not
to map the vdso.

Acked-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/powerpc/include/asm/elf.h
arch/powerpc/kernel/vdso.c
arch/sh/include/asm/elf.h
arch/sh/kernel/vsyscall/vsyscall.c
arch/x86/include/asm/elf.h
arch/x86/vdso/vdso32-setup.c
arch/x86/vdso/vma.c
fs/binfmt_elf.c