MIPS: eBPF: Remove REG_32BIT_ZERO_EX
authorPaul Burton <paul.burton@mips.com>
Fri, 15 Feb 2019 20:14:16 +0000 (20:14 +0000)
committerDaniel Borkmann <daniel@iogearbox.net>
Sat, 16 Feb 2019 00:10:06 +0000 (01:10 +0100)
commit1910faebf61d85a5b7138c0c1c600672e41f82a3
treef355c5a02f833dd3e7bd4928f3ea13712d23f32e
parent13443154f6cac61d148471ede6d7f1f6b5ea946a
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>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
arch/mips/net/ebpf_jit.c