commit | 1910faebf61d85a5b7138c0c1c600672e41f82a3 | [log] [tgz] |
---|---|---|
author | Paul Burton <paul.burton@mips.com> | Fri Feb 15 20:14:16 2019 +0000 |
committer | Daniel Borkmann <daniel@iogearbox.net> | Sat Feb 16 01:10:06 2019 +0100 |
tree | f355c5a02f833dd3e7bd4928f3ea13712d23f32e | |
parent | 13443154f6cac61d148471ede6d7f1f6b5ea946a [diff] |
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>