alistair23-linux/arch/powerpc/net
Naveen N. Rao cef1e8cdcd powerpc/bpf/jit: A few cleanups
1. Per the ISA, ADDIS actually uses RT, rather than RS. Though
   the result is the same, make the usage clear.
2. The multiply instruction used is a 32-bit multiply. Rename PPC_MUL()
   to PPC_MULW() to make the same clear.
3. PPC_STW[U] take the entire 16-bit immediate value and do not require
   word-alignment, per the ISA. Change the macros to use IMM_L().
4. A few white-space cleanups to satisfy checkpatch.pl.

Acked-by: Alexei Starovoitov <ast@kernel.org>
Signed-off-by: Naveen N. Rao <naveen.n.rao@linux.vnet.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
2016-06-24 15:15:37 +10:00
..
bpf_jit.h powerpc/bpf/jit: A few cleanups 2016-06-24 15:15:37 +10:00
bpf_jit_asm.S ppc: bpf: rename bpf_jit_64.S to bpf_jit_asm.S 2015-02-20 15:19:43 -05:00
bpf_jit_comp.c powerpc/bpf/jit: A few cleanups 2016-06-24 15:15:37 +10:00
Makefile ppc: bpf: rename bpf_jit_64.S to bpf_jit_asm.S 2015-02-20 15:19:43 -05:00