]> git.baikalelectronics.ru Git - kernel.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)
committerDaniel Borkmann <daniel@iogearbox.net>
Sat, 16 Feb 2019 00:10:06 +0000 (01:10 +0100)
commit41b618b7499256b48b255b222c9cb909738c7fa8
treef355c5a02f833dd3e7bd4928f3ea13712d23f32e
parentae8d565d7336fe79bbb9e76f61d5901efd91fb4b
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