Searched hist:"3 f2870989f10ddb276063097d8e44e543277694a" (Results 1 – 1 of 1) sorted by relevance
/linux/arch/arm64/net/ |
H A D | bpf_jit_comp.c | diff 3f2870989f10ddb276063097d8e44e543277694a Mon May 10 14:51:59 CEST 2021 Tiezhu Yang <yangtiezhu@loongson.cn> bpf, arm64: Replace STACK_ALIGN() with round_up() to align stack size
Use the common function round_up() directly to show the align size explicitly, the function STACK_ALIGN() is needless, remove it. Other JITs also just rely on round_up().
Signed-off-by: Tiezhu Yang <yangtiezhu@loongson.cn> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net> Link: https://lore.kernel.org/bpf/1620651119-5663-1-git-send-email-yangtiezhu@loongson.cn
|