bpf: Update sysctl documentation to list all supported architectures
authorMichael Ellerman <mpe@ellerman.id.au>
Thu, 17 Aug 2017 10:30:39 +0000 (20:30 +1000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 17 Aug 2017 17:09:28 +0000 (10:09 -0700)
commit014cd0a368dc6351c65d51e4ee34f8573a4a1543
tree965417f9d84fffdabf3930c6b3f9f242f7506750
parentc780a049f9bf442314335372c9abc4548bfe3e44
bpf: Update sysctl documentation to list all supported architectures

The sysctl documentation states that the JIT is only available on
x86_64, which is no longer correct.

Update the list, and break it out to indicate which architectures
support the cBPF JIT (via HAVE_CBPF_JIT) or the eBPF JIT
(HAVE_EBPF_JIT).

Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Acked-by: Daniel Borkmann <daniel@iogearbox.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Documentation/sysctl/net.txt