From 090d8f7bdf91c39e240145e5acd6c5dd5f965bcf Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Wed, 1 Jul 2020 10:55:42 +0200 Subject: sys/linux: add riscv_flush_icache syscall +extract constants on next-20200701 --- sys/linux/sys.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sys/linux/sys.txt') diff --git a/sys/linux/sys.txt b/sys/linux/sys.txt index fd84563fd..ea516a466 100644 --- a/sys/linux/sys.txt +++ b/sys/linux/sys.txt @@ -472,6 +472,9 @@ rseq_cs { rseq_cs_flags = RSEQ_CS_FLAG_NO_RESTART_ON_PREEMPT, RSEQ_CS_FLAG_NO_RESTART_ON_SIGNAL, RSEQ_CS_FLAG_NO_RESTART_ON_MIGRATE +# start/end are unused for now, no definition of SYS_RISCV_FLUSH_ICACHE_LOCAL in uapi headers. +riscv_flush_icache(start const[0], end const[0], flags bool32) + syz_open_procfs(pid pid, file ptr[in, string[procfs_proc_file]]) fd # TODO: some of net files are only available in the init namespace (e.g. bluetooth bnep and hci). -- cgit mrf-deployment