linux/arch/s390/kernel/vdso64
Heiko Carstens d714abee5f s390/vdso: Use one large alternative instead of an alternative branch
Replace the alternative branch with a larger alternative that contains
both paths. That way the two paths are closer together and it is easier
to change both paths if the need should arise.

Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Reviewed-by: Jens Remus <jremus@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
2024-09-23 17:57:04 +02:00
..
.gitignore .gitignore: add SPDX License Identifier 2020-03-25 11:50:48 +01:00
gen_vdso_offsets.sh s390/vdso: add minimal compat vdso 2021-07-08 15:37:28 +02:00
getcpu.c s390/vdso: use union tod_clock 2021-02-13 17:17:54 +01:00
Makefile s390/vdso: Wire up getrandom() vdso implementation 2024-09-13 20:57:31 +02:00
note.S s390: add a few more SPDX identifiers 2017-12-05 07:51:09 +01:00
vdso64_generic.c s390/vdso: add missing prototypes for vdso functions 2020-11-30 14:10:50 +01:00
vdso64_wrapper.S License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
vdso64.lds.S s390/vdso: Wire up getrandom() vdso implementation 2024-09-13 20:57:31 +02:00
vdso_user_wrapper.S s390/vdso: Use macros for annotation of asm functions 2024-09-23 17:57:04 +02:00
vdso.h s390/vdso: Wire up getrandom() vdso implementation 2024-09-13 20:57:31 +02:00
vgetrandom-chacha.S s390/vdso: Use one large alternative instead of an alternative branch 2024-09-23 17:57:04 +02:00
vgetrandom.c s390/vdso: Wire up getrandom() vdso implementation 2024-09-13 20:57:31 +02:00