commit | 2b6958ef1151452cb2160fde75a5c5382b512c34 | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@armlinux.org.uk> | Wed Jul 11 10:32:17 2018 +0100 |
committer | Daniel Borkmann <daniel@iogearbox.net> | Thu Jul 12 20:45:23 2018 +0200 |
tree | 42ca3eed1a541f1ae1eb283f7cd36d6e122524e1 | |
parent | 828e2b90e8e9b5bd844a25f22ceeb8df4dd18b07 [diff] |
ARM: net: bpf: use ldr instructions with shifted rm register Rather than pre-shifting the rm register for the ldr in the tail call, shift it in the load instruction. This eliminates one unnecessary instruction. Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>