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/bpf_arm64.const | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/linux/bpf_arm64.const') diff --git a/sys/linux/bpf_arm64.const b/sys/linux/bpf_arm64.const index 29aba4f29..1cd650872 100644 --- a/sys/linux/bpf_arm64.const +++ b/sys/linux/bpf_arm64.const @@ -229,7 +229,7 @@ BTF_KIND_VOLATILE = 9 BTF_MAGIC = 60319 BTF_VERSION = 1 MAX_BPF_REG = 11 -__BPF_FUNC_MAX_ID = 136 +__BPF_FUNC_MAX_ID = 141 __MAX_BPF_REG = 11 __NR_bpf = 280 bpf_call_code = 133 -- cgit mrf-deployment