projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
033ffaf
)
powerpc/bpf: rename powerpc64_jit_data to powerpc_jit_data
author
Hari Bathini
<hbathini@linux.ibm.com>
Fri, 20 Oct 2023 14:13:57 +0000
(19:43 +0530)
committer
Michael Ellerman
<mpe@ellerman.id.au>
Mon, 23 Oct 2023 09:33:19 +0000
(20:33 +1100)
powerpc64_jit_data is a misnomer as it is meant for both ppc32 and
ppc64. Rename it to powerpc_jit_data.
Signed-off-by: Hari Bathini <hbathini@linux.ibm.com>
Acked-by: Song Liu <song@kernel.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link:
https://msgid.link/20231020141358.643575-5-hbathini@linux.ibm.com
arch/powerpc/net/bpf_jit_comp.c
patch
|
blob
|
history
diff --git
a/arch/powerpc/net/bpf_jit_comp.c
b/arch/powerpc/net/bpf_jit_comp.c
index 0a5a9758903a2d667eff5eb920d24c18ac91fe96..7a01bbc2513a5fddf35113802b3c3451fb1c98b5 100644
(file)
--- a/
arch/powerpc/net/bpf_jit_comp.c
+++ b/
arch/powerpc/net/bpf_jit_comp.c
@@
-43,7
+43,7
@@
int bpf_jit_emit_exit_insn(u32 *image, struct codegen_context *ctx, int tmp_reg,
return 0;
}
-struct powerpc
64
_jit_data {
+struct powerpc_jit_data {
struct bpf_binary_header *header;
u32 *addrs;
u8 *image;
@@
-63,7
+63,7
@@
struct bpf_prog *bpf_int_jit_compile(struct bpf_prog *fp)
u8 *image = NULL;
u32 *code_base;
u32 *addrs;
- struct powerpc
64
_jit_data *jit_data;
+ struct powerpc_jit_data *jit_data;
struct codegen_context cgctx;
int pass;
int flen;