* linux/riscv/syscallent.h ([259]): Add riscv_flush_icache entry. * riscv.c: New file. * Makefile.am (strace_SOURCES): Add it. * xlat/riscv_flush_icache_flags.in: New file. * NEWS: Mention it.
5 lines
167 B
C
5 lines
167 B
C
#include "64/syscallent.h"
|
|
|
|
/* #define __NR_riscv_flush_icache (__NR_arch_specific_syscall + 15) */
|
|
[259] = { 3, TM, SEN(riscv_flush_icache), "riscv_flush_icache" },
|