Skip to content

Commit d045e16

Browse files
t-8chhcahca
authored andcommitted
selftests: vDSO: getrandom: Fix path to s390 chacha implementation
The s390 vDSO source directory was recently moved, but this reference was not updated. Fixes: c0087d8 ("s390/vdso: Rename vdso64 to vdso") Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de> Acked-by: Heiko Carstens <hca@linux.ibm.com> Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
1 parent 576b1b7 commit d045e16

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/testing/selftests/vDSO/vgetrandom-chacha.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#elif defined(__riscv) && __riscv_xlen == 64
1515
#include "../../../../arch/riscv/kernel/vdso/vgetrandom-chacha.S"
1616
#elif defined(__s390x__)
17-
#include "../../../../arch/s390/kernel/vdso64/vgetrandom-chacha.S"
17+
#include "../../../../arch/s390/kernel/vdso/vgetrandom-chacha.S"
1818
#elif defined(__x86_64__)
1919
#include "../../../../arch/x86/entry/vdso/vgetrandom-chacha.S"
2020
#endif

0 commit comments

Comments
 (0)