remarkable-linux/arch/sh/kernel/vsyscall
Martin Schwidefsky fc5243d98a [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>
2008-12-25 13:38:54 +01:00
..
.gitignore sh: Initial gitignore list 2006-10-03 13:16:15 +09:00
Makefile sh: Initial vsyscall page support. 2006-09-27 18:33:49 +09:00
vsyscall-note.S sh: Initial vsyscall page support. 2006-09-27 18:33:49 +09:00
vsyscall-sigreturn.S sh: Initial vsyscall page support. 2006-09-27 18:33:49 +09:00
vsyscall-syscall.S sh: Initial vsyscall page support. 2006-09-27 18:33:49 +09:00
vsyscall-trapa.S sh: Initial vsyscall page support. 2006-09-27 18:33:49 +09:00
vsyscall.c [S390] arch_setup_additional_pages arguments 2008-12-25 13:38:54 +01:00
vsyscall.lds.S sh: Terminate .eh_frame in VDSO with a 4-byte 0. 2007-11-02 12:29:37 +09:00