]> git.baikalelectronics.ru Git - kernel.git/commit
PPC: net: bpf_jit_comp: add XOR instruction for BPF JIT
authorDaniel Borkmann <dxchgb@gmail.com>
Thu, 8 Nov 2012 11:39:41 +0000 (11:39 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sun, 18 Nov 2012 03:12:47 +0000 (22:12 -0500)
commit290f71d638fd490c51283eb249e7574e32b3f4cb
treeed61bd5960d1eded043f1d1e6cf73995e06d83b9
parente7d64a175ff4d1a43c06e600a6ec623534c9b525
PPC: net: bpf_jit_comp: add XOR instruction for BPF JIT

This patch is a follow-up for patch "filter: add XOR instruction for use
with X/K" that implements BPF PowerPC JIT parts for the BPF XOR operation.

Signed-off-by: Daniel Borkmann <daniel.borkmann@tik.ee.ethz.ch>
Cc: Matt Evans <matt@ozlabs.org>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Acked-by: Matt Evans <matt@ozlabs.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/powerpc/include/asm/ppc-opcode.h
arch/powerpc/net/bpf_jit.h
arch/powerpc/net/bpf_jit_comp.c