commit | 4db25cc988518239a2b9fd76716a829e6deca66a | [log] [tgz] |
---|---|---|
author | Daniel Borkmann <daniel@iogearbox.net> | Fri May 04 01:08:20 2018 +0200 |
committer | Alexei Starovoitov <ast@kernel.org> | Thu May 03 16:49:20 2018 -0700 |
tree | da7818c8e41fdf68d805aee4ae238e6dbf54f208 | |
parent | 0d2d0cedc0814edaa2b6cb290c78ec333b3eed71 [diff] |
bpf, mips64: remove ld_abs/ld_ind Since LD_ABS/LD_IND instructions are now removed from the core and reimplemented through a combination of inlined BPF instructions and a slow-path helper, we can get rid of the complexity from mips64 JIT. Signed-off-by: Daniel Borkmann <daniel@iogearbox.net> Acked-by: Alexei Starovoitov <ast@kernel.org> Signed-off-by: Alexei Starovoitov <ast@kernel.org>