1
0
Fork 0
mirror of synced 2025-03-06 20:59:54 +01:00
linux/arch/powerpc/net
Naveen N. Rao 74bbe3f084 powerpc/bpf: Rename PPC_BL_ABS() to PPC_BL()
PPC_BL_ABS() is just doing a relative branch with link. The name
suggests that it is for branching to an absolute address, which is
incorrect. Rename the macro to a more appropriate PPC_BL().

Signed-off-by: Naveen N. Rao <naveen.n.rao@linux.vnet.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/f0e57b6c7a6ee40dba645535b70da46f46e8af5e.1644834730.git.naveen.n.rao@linux.vnet.ibm.com
2022-03-08 00:04:58 +11:00
..
bpf_jit.h powerpc/bpf: Rename PPC_BL_ABS() to PPC_BL() 2022-03-08 00:04:58 +11:00
bpf_jit64.h powerpc64/bpf: Use r12 for constant blinding 2022-03-08 00:04:57 +11:00
bpf_jit_comp.c powerpc64/bpf elfv1: Do not load TOC before calling functions 2022-03-08 00:04:58 +11:00
bpf_jit_comp32.c powerpc/bpf: Rename PPC_BL_ABS() to PPC_BL() 2022-03-08 00:04:58 +11:00
bpf_jit_comp64.c powerpc64/bpf: Optimize instruction sequence used for function calls 2022-03-08 00:04:58 +11:00
Makefile powerpc/bpf: Implement extended BPF on PPC32 2021-04-03 21:22:21 +11:00