x86 bpf_jit: support MOD operation
authorEric Dumazet <edumazet@google.com>
Mon, 10 Sep 2012 20:48:33 +0000 (22:48 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 10 Sep 2012 21:08:48 +0000 (17:08 -0400)
commit b6069a9570 (filter: add MOD operation) added generic
support for modulus operation in BPF.

This patch brings JIT support for x86_64

Signed-off-by: Eric Dumazet <edumazet@google.com>
Cc: Andi Kleen <ak@linux.intel.com>
Cc: George Bakos <gbakos@alpinista.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found