mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
[ sunxi-dev ] remove deprecated patch
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
diff --git a/kernel/bpf/core.c b/kernel/bpf/core.c
|
||||
index 9268d7789..55454d227 100644
|
||||
--- a/kernel/bpf/core.c
|
||||
+++ b/kernel/bpf/core.c
|
||||
@@ -1369,7 +1369,7 @@ u64 __weak bpf_probe_read_kernel(void *dst, u32 size, const void *unsafe_ptr)
|
||||
*
|
||||
* Decode and execute eBPF instructions.
|
||||
*/
|
||||
-static u64 __no_fgcse ___bpf_prog_run(u64 *regs, const struct bpf_insn *insn, u64 *stack)
|
||||
+static u64 ___bpf_prog_run(u64 *regs, const struct bpf_insn *insn, u64 *stack)
|
||||
{
|
||||
#define BPF_INSN_2_LBL(x, y) [BPF_##x | BPF_##y] = &&x##_##y
|
||||
#define BPF_INSN_3_LBL(x, y, z) [BPF_##x | BPF_##y | BPF_##z] = &&x##_##y##_##z
|
||||
Reference in New Issue
Block a user