summaryrefslogtreecommitdiff
path: root/arch/s390/kernel/vdso32/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* [S390] vdso: disable gcov profilingPeter Oberparleiter2011-05-231-0/+3
| | | | | | | | | | | | The concepts of VDSO and gcov-based profiling don't mix: the former includes kernel-provided code running in userspace, the latter adds instructions that modify counters in kernel data segments. On s390 this has not been a problem so far due to VDSO code being written in all-assembler which is exempt from gcov-based profiling. This could change in the future, so disable profiling excplicitly for VDSO code. Signed-off-by: Peter Oberparleiter <peter.oberparleiter@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
* kbuild: rename ld-option to cc-ldoptionSam Ravnborg2009-09-201-1/+1
| | | | | | | | | ld-option is misnamed as it test options to gcc, not to ld. Renamed it to reflect this. Cc: Andi Kleen <andi@firstfloor.org> Cc: Roland McGrath <roland@redhat.com> Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
* [S390] introduce vdso on s390Martin Schwidefsky2008-12-251-0/+55
Add a vdso to speed up gettimeofday and clock_getres/clock_gettime for CLOCK_REALTIME/CLOCK_MONOTONIC. Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>