bpf, sparc64: remove ld_abs/ld_ind
authorDaniel Borkmann <daniel@iogearbox.net>
Thu, 3 May 2018 23:08:18 +0000 (01:08 +0200)
committerAlexei Starovoitov <ast@kernel.org>
Thu, 3 May 2018 23:49:20 +0000 (16:49 -0700)
commitfe83963b7c38a2b30a26a90880c75a31c283d957
treee121b6c4f4c08a9262d57c86efad9b6766b7b607
parent816d9ef32a8b29174cd5bb8c9f76c5b326c58a9b
bpf, sparc64: 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 sparc64 JIT.

Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Acked-by: Alexei Starovoitov <ast@kernel.org>
Acked-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
arch/sparc/net/Makefile
arch/sparc/net/bpf_jit_64.h
arch/sparc/net/bpf_jit_asm_64.S [deleted file]
arch/sparc/net/bpf_jit_comp_64.c