x86: bpf_jit_comp: add XOR instruction for BPF JIT
authorDaniel Borkmann <dxchgb@gmail.com>
Mon, 24 Sep 2012 07:34:51 +0000 (07:34 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 24 Sep 2012 20:54:35 +0000 (16:54 -0400)
This patch is a follow-up for patch "filter: add XOR instruction for use
with X/K" that implements BPF x86 JIT parts for the BPF XOR operation.

Signed-off-by: Daniel Borkmann <daniel.borkmann@tik.ee.ethz.ch>
Acked-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found