summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/riscv64/cache.c
AgeCommit message (Collapse)Author
2023-09-28riscv64: define __NR_riscv_flush_icache if not availableWaldemar Brodkorb
2020-08-17riscv64: add __riscv_flush_icacheWaldemar Brodkorb
Always use the systemcall as uClibc-ng has no vdso support. Tested with libffi and python in qemu-system-riscv64.