]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
powerpc/bpf/jit: Isolate classic BPF JIT specifics into a separate header
authorNaveen N. Rao <naveen.n.rao@linux.vnet.ibm.com>
Wed, 22 Jun 2016 16:25:06 +0000 (21:55 +0530)
committerMichael Ellerman <mpe@ellerman.id.au>
Fri, 24 Jun 2016 05:15:51 +0000 (15:15 +1000)
commit6ac0ba5a4f82b40b4f6b3a75e7e4f0a15a3d7b9b
tree5f063709a6d9456683ecf869fc6ed3b8cde405f5
parentcef1e8cdcdb50513e7d3351f536e7e1e3e347827
powerpc/bpf/jit: Isolate classic BPF JIT specifics into a separate header

Break out classic BPF JIT specifics into a separate header in
preparation for eBPF JIT implementation. Note that ppc32 will still need
the classic BPF JIT.

Acked-by: Alexei Starovoitov <ast@kernel.org>
Signed-off-by: Naveen N. Rao <naveen.n.rao@linux.vnet.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/net/bpf_jit.h
arch/powerpc/net/bpf_jit32.h [new file with mode: 0644]
arch/powerpc/net/bpf_jit_asm.S
arch/powerpc/net/bpf_jit_comp.c