Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
[linux-block.git] / arch / riscv / net / bpf_jit_comp64.c
index acdc3f040195e011634805de7027de18da05a180..c648864c8cd1ac1b79120f9dc966d783ff496e6f 100644 (file)
@@ -1752,3 +1752,8 @@ void bpf_jit_build_epilogue(struct rv_jit_context *ctx)
 {
        __build_epilogue(false, ctx);
 }
+
+bool bpf_jit_supports_kfunc_call(void)
+{
+       return true;
+}