diff options
Diffstat (limited to 'kernel/bpf/core.c')
-rw-r--r-- | kernel/bpf/core.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/bpf/core.c b/kernel/bpf/core.c index aa6d98154106..82a04143368e 100644 --- a/kernel/bpf/core.c +++ b/kernel/bpf/core.c | |||
@@ -1043,6 +1043,7 @@ const struct bpf_func_proto bpf_map_delete_elem_proto __weak; | |||
1043 | 1043 | ||
1044 | const struct bpf_func_proto bpf_get_prandom_u32_proto __weak; | 1044 | const struct bpf_func_proto bpf_get_prandom_u32_proto __weak; |
1045 | const struct bpf_func_proto bpf_get_smp_processor_id_proto __weak; | 1045 | const struct bpf_func_proto bpf_get_smp_processor_id_proto __weak; |
1046 | const struct bpf_func_proto bpf_get_numa_node_id_proto __weak; | ||
1046 | const struct bpf_func_proto bpf_ktime_get_ns_proto __weak; | 1047 | const struct bpf_func_proto bpf_ktime_get_ns_proto __weak; |
1047 | 1048 | ||
1048 | const struct bpf_func_proto bpf_get_current_pid_tgid_proto __weak; | 1049 | const struct bpf_func_proto bpf_get_current_pid_tgid_proto __weak; |