070b7be633
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> |
||
---|---|---|
.. | ||
.gitignore | ||
clock_getres.S | ||
clock_gettime.S | ||
gettimeofday.S | ||
Makefile | ||
note.S | ||
vdso32_wrapper.S | ||
vdso32.lds.S |