Re: [PATCH net-next 13/13] ARM: net: bpf: use double-word load/stores where available

2018-07-10 Thread Russell King - ARM Linux
On Tue, Jul 10, 2018 at 10:03:33AM -0700, Olof Johansson wrote: > Hi Russell, > > @@ -663,13 +679,27 @@ static inline void emit_a32_mov_r(const s8 dst, const > > s8 src, > > static inline void emit_a32_mov_r64(const bool is64, const s8 dst[], > > const s8 src[],

Re: [PATCH net-next 13/13] ARM: net: bpf: use double-word load/stores where available

2018-07-10 Thread Olof Johansson
Hi Russell, On Tue, Jul 10, 2018 at 5:37 AM, Russell King wrote: > Use double-word load and stores where support for this instruction is > supported by the CPU architecture. > > Signed-off-by: Russell King > --- > arch/arm/net/bpf_jit_32.c | 55 >

[PATCH net-next 13/13] ARM: net: bpf: use double-word load/stores where available

2018-07-10 Thread Russell King
Use double-word load and stores where support for this instruction is supported by the CPU architecture. Signed-off-by: Russell King --- arch/arm/net/bpf_jit_32.c | 55 --- arch/arm/net/bpf_jit_32.h | 2 ++ 2 files changed, 45 insertions(+), 12