aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lib/bpf/zip.c
diff options
context:
space:
mode:
authorTiezhu Yang <[email protected]>2023-02-28 12:03:01 +0000
committerAndrii Nakryiko <[email protected]>2023-03-01 19:05:50 +0000
commitbe35f4af719c94df137cd611bf497d658eb3adc2 (patch)
tree356a3c06b763df634451641d9b1c06c92a517e1b /tools/lib/bpf/zip.c
parentMerge branch 'Add support for kptrs in more BPF maps' (diff)
downloadkernel-be35f4af719c94df137cd611bf497d658eb3adc2.tar.gz
kernel-be35f4af719c94df137cd611bf497d658eb3adc2.zip
selftests/bpf: Set __BITS_PER_LONG if target is bpf for LoongArch
If target is bpf, there is no __loongarch__ definition, __BITS_PER_LONG defaults to 32, __NR_nanosleep is not defined: #if defined(__ARCH_WANT_TIME32_SYSCALLS) || __BITS_PER_LONG != 32 #define __NR_nanosleep 101 __SC_3264(__NR_nanosleep, sys_nanosleep_time32, sys_nanosleep) #endif Work around this problem, by explicitly setting __BITS_PER_LONG to __loongarch_grlen which is defined by compiler as 64 for LA64. This is similar with commit 36e70b9b06bf ("selftests, bpf: Fix broken riscv build"). Signed-off-by: Tiezhu Yang <[email protected]> Signed-off-by: Andrii Nakryiko <[email protected]> Link: https://lore.kernel.org/bpf/[email protected]
Diffstat (limited to 'tools/lib/bpf/zip.c')
0 files changed, 0 insertions, 0 deletions