OSDN Git Service

ARM: net: bpf: imm12 constant conversion
authorRussell King <rmk+kernel@armlinux.org.uk>
Wed, 11 Jul 2018 09:32:07 +0000 (10:32 +0100)
committerDaniel Borkmann <daniel@iogearbox.net>
Thu, 12 Jul 2018 18:45:23 +0000 (20:45 +0200)
commit1ca3b17b777c4136f9dba0195e13502c445f4ade
tree8f73587282ce98ea4b046948eb6c4ea884a54f4c
parent96cced4e774a2728710c8f8f48441fc7b29d6177
ARM: net: bpf: imm12 constant conversion

Provide a version of the imm8m() function that the compiler can optimise
when used with a constant expression.

Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
arch/arm/net/bpf_jit_32.c