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_arm64.const | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/linux/sys_arm64.const') diff --git a/sys/linux/sys_arm64.const b/sys/linux/sys_arm64.const index 2bfa1bab0..c3873a29b 100644 --- a/sys/linux/sys_arm64.const +++ b/sys/linux/sys_arm64.const @@ -731,6 +731,7 @@ __NR_remap_file_pages = 234 __NR_renameat = 38 __NR_renameat2 = 276 __NR_restart_syscall = 128 +# __NR_riscv_flush_icache is not set # __NR_rmdir is not set __NR_rseq = 293 __NR_rt_sigaction = 134 -- cgit mrf-deployment