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)
commit82c93fcc2e1737fede2752520f1bf8f4de6304d8
tree857ae8ecf17d178f5e2225aded80a1779837467a
parent9e49e88958feb41ec701fa34b44723dabadbc28c
x86: 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 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>
arch/x86/net/bpf_jit_comp.c