From a36159eec6ca17402b0e146b86efaf76568dc353 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Fri, 20 Sep 2024 01:41:23 +0000 Subject: [PATCH] 重命名 AX88772C_eeprom/asix.c 为 asix_mac.c --- kernel/arch/riscv/net/bpf_jit_comp64.c | 13 ------------- 1 files changed, 0 insertions(+), 13 deletions(-) diff --git a/kernel/arch/riscv/net/bpf_jit_comp64.c b/kernel/arch/riscv/net/bpf_jit_comp64.c index c113ae8..053dc83 100644 --- a/kernel/arch/riscv/net/bpf_jit_comp64.c +++ b/kernel/arch/riscv/net/bpf_jit_comp64.c @@ -1144,16 +1144,3 @@ { __build_epilogue(false, ctx); } - -void *bpf_jit_alloc_exec(unsigned long size) -{ - return __vmalloc_node_range(size, PAGE_SIZE, BPF_JIT_REGION_START, - BPF_JIT_REGION_END, GFP_KERNEL, - PAGE_KERNEL_EXEC, 0, NUMA_NO_NODE, - __builtin_return_address(0)); -} - -void bpf_jit_free_exec(void *addr) -{ - return vfree(addr); -} -- Gitblit v1.6.2