]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/bpf: Move common functions into bpf_jit_comp.c
authorChristophe Leroy <christophe.leroy@csgroup.eu>
Mon, 22 Mar 2021 16:37:49 +0000 (16:37 +0000)
committerMichael Ellerman <mpe@ellerman.id.au>
Sat, 3 Apr 2021 10:22:20 +0000 (21:22 +1100)
commit8f8497e7069705cce9adc151547e61334f17a6a4
tree68d7f6e77adee278a947f002bfd3a1c64268a4b4
parent5996f5881a4c1cf8c1f1d90c6f3565a62fc60735
powerpc/bpf: Move common functions into bpf_jit_comp.c

Move into bpf_jit_comp.c the functions that will remain common to
PPC64 and PPC32 when we add support of EBPF for PPC32.

Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/2c339d77fb168ef12b213ccddfee3cb6c8ce8ae1.1616430991.git.christophe.leroy@csgroup.eu
arch/powerpc/net/Makefile
arch/powerpc/net/bpf_jit.h
arch/powerpc/net/bpf_jit_comp.c [new file with mode: 0644]
arch/powerpc/net/bpf_jit_comp64.c