]> asedeno.scripts.mit.edu Git - linux.git/commit
MIPS: eBPF: Remove REG_32BIT_ZERO_EX
authorPaul Burton <paul.burton@mips.com>
Fri, 15 Feb 2019 20:14:16 +0000 (20:14 +0000)
committerPaul Burton <paul.burton@mips.com>
Tue, 19 Feb 2019 20:17:41 +0000 (12:17 -0800)
commit66b6572a142f2e9d7c4ffbcdaeb762d58664aa59
treec61ad7fb0f45922a7b55976ab5fbafbb35e3b03e
parentbdc18902ead81313dcdfecb922f44f44b63e756b
MIPS: eBPF: Remove REG_32BIT_ZERO_EX

REG_32BIT_ZERO_EX and REG_64BIT are always handled in exactly the same
way, and reg_val_propagate_range() never actually sets any register to
type REG_32BIT_ZERO_EX.

Remove the redundant & unused REG_32BIT_ZERO_EX.

Signed-off-by: Paul Burton <paul.burton@mips.com>
Cc: linux-mips@vger.kernel.org
Cc: Alexei Starovoitov <ast@kernel.org>
Cc: Daniel Borkmann <daniel@iogearbox.net>
Cc: Martin KaFai Lau <kafai@fb.com>
Cc: Song Liu <songliubraving@fb.com>
Cc: Yonghong Song <yhs@fb.com>
Cc: netdev@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Cc: Jiong Wang <jiong.wang@netronome.com>
arch/mips/net/ebpf_jit.c