projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
157616f
)
bpf powerpc: Remove unused SEEN_STACK
author
Ravi Bangoria
<ravi.bangoria@linux.ibm.com>
Tue, 12 Oct 2021 12:30:49 +0000
(18:00 +0530)
committer
Michael Ellerman
<mpe@ellerman.id.au>
Thu, 25 Nov 2021 00:25:31 +0000
(11:25 +1100)
SEEN_STACK is unused on PowerPC. Remove it. Also, have
SEEN_TAILCALL use 0x40000000.
Signed-off-by: Ravi Bangoria <ravi.bangoria@linux.ibm.com>
Reviewed-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link:
https://lore.kernel.org/r/20211012123056.485795-2-hbathini@linux.ibm.com
arch/powerpc/net/bpf_jit.h
patch
|
blob
|
history
diff --git
a/arch/powerpc/net/bpf_jit.h
b/arch/powerpc/net/bpf_jit.h
index 7e9b978b768ed967c0ed1ae1f32e6b56cb6e76d6..89bd744c2bffd42b60670ed9f03c2801be44f110 100644
(file)
--- a/
arch/powerpc/net/bpf_jit.h
+++ b/
arch/powerpc/net/bpf_jit.h
@@
-125,8
+125,7
@@
#define COND_LE (CR0_GT | COND_CMP_FALSE)
#define SEEN_FUNC 0x20000000 /* might call external helpers */
-#define SEEN_STACK 0x40000000 /* uses BPF stack */
-#define SEEN_TAILCALL 0x80000000 /* uses tail calls */
+#define SEEN_TAILCALL 0x40000000 /* uses tail calls */
#define SEEN_VREG_MASK 0x1ff80000 /* Volatile registers r3-r12 */
#define SEEN_NVREG_MASK 0x0003ffff /* Non volatile registers r14-r31 */