]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'shifts-cleanup'
authorAlexei Starovoitov <ast@kernel.org>
Sat, 2 Feb 2019 02:03:50 +0000 (18:03 -0800)
committerAlexei Starovoitov <ast@kernel.org>
Sat, 2 Feb 2019 02:03:50 +0000 (18:03 -0800)
commit1a18a7066ff89128d9a136fe7fbd9f513b630895
tree3376c4e79b5826e69b47a892903527aff75745f2
parentb5a0de249e816baead8cce10974c16e475b495e8
parent30b2de07fb7e8b92075b947db3370e07727cb095
Merge branch 'shifts-cleanup'

Jiong Wang says:

====================
NFP JIT back-end is missing several ALU32 logic shifts support.

Also, shifts with shift amount be zero are not handled properly.

This set cleans up these issues.
====================

Signed-off-by: Alexei Starovoitov <ast@kernel.org>