kernel_optimize_test/arch/s390/kernel/vdso64
Martin Schwidefsky 070b7be633 s390/vdso: replace stck with stcke
If gettimeofday / clock_gettime are called multiple times in a row
the STCK instruction will stall until a difference in the result is
visible. This unnecessarily slows down the vdso calls, use stcke
instead of stck to get rid of the stall.

Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
2014-09-09 08:53:27 +02:00
..
.gitignore s390: add various .gitignore files. 2012-05-16 14:42:41 +02:00
clock_getres.S s390/vdso: ectg gettime support for CLOCK_THREAD_CPUTIME_ID 2013-12-02 15:31:10 +01:00
clock_gettime.S s390/vdso: replace stck with stcke 2014-09-09 08:53:27 +02:00
gettimeofday.S s390/vdso: replace stck with stcke 2014-09-09 08:53:27 +02:00
Makefile [S390] vdso: disable gcov profiling 2011-05-23 10:24:29 +02:00
note.S
vdso64_wrapper.S Use macros for .data.page_aligned section. 2009-09-21 06:27:08 +02:00
vdso64.lds.S