summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/net/bpf_jit_asm.S
diff options
context:
space:
mode:
authorNaveen N. Rao2016-06-22 18:25:06 +0200
committerMichael Ellerman2016-06-24 07:15:51 +0200
commit6ac0ba5a4f82b40b4f6b3a75e7e4f0a15a3d7b9b (patch)
tree5f063709a6d9456683ecf869fc6ed3b8cde405f5 /arch/powerpc/net/bpf_jit_asm.S
parentpowerpc/bpf/jit: A few cleanups (diff)
downloadkernel-qcow2-linux-6ac0ba5a4f82b40b4f6b3a75e7e4f0a15a3d7b9b.tar.gz
kernel-qcow2-linux-6ac0ba5a4f82b40b4f6b3a75e7e4f0a15a3d7b9b.tar.xz
kernel-qcow2-linux-6ac0ba5a4f82b40b4f6b3a75e7e4f0a15a3d7b9b.zip
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>
Diffstat (limited to 'arch/powerpc/net/bpf_jit_asm.S')
-rw-r--r--arch/powerpc/net/bpf_jit_asm.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/net/bpf_jit_asm.S b/arch/powerpc/net/bpf_jit_asm.S
index 8ff5a3b5d1c3..3dd9c43d40c9 100644
--- a/arch/powerpc/net/bpf_jit_asm.S
+++ b/arch/powerpc/net/bpf_jit_asm.S
@@ -10,7 +10,7 @@
*/
#include <asm/ppc_asm.h>
-#include "bpf_jit.h"
+#include "bpf_jit32.h"
/*
* All of these routines are called directly from generated code,