Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev...
[linux-2.6-microblaze.git] / arch / x86 / net / bpf_jit_comp.c
index 7b9e3ff..2a2e290 100644 (file)
@@ -2355,3 +2355,8 @@ out:
                                           tmp : orig_prog);
        return prog;
 }
+
+bool bpf_jit_supports_kfunc_call(void)
+{
+       return true;
+}