From: Abhishek Dubey <[email protected]> With instruction array now supported, enable corresponding bpf selftest for powerpc.
Signed-off-by: Abhishek Dubey <[email protected]> --- tools/testing/selftests/bpf/prog_tests/bpf_insn_array.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/testing/selftests/bpf/prog_tests/bpf_insn_array.c b/tools/testing/selftests/bpf/prog_tests/bpf_insn_array.c index 93166c2da8e7..57ce6943fcfd 100644 --- a/tools/testing/selftests/bpf/prog_tests/bpf_insn_array.c +++ b/tools/testing/selftests/bpf/prog_tests/bpf_insn_array.c @@ -3,7 +3,7 @@ #include <bpf/bpf.h> #include <test_progs.h> -#if defined(__x86_64__) || defined(__aarch64__) +#if defined(__x86_64__) || defined(__aarch64__) || defined(__powerpc64__) static int map_create(__u32 map_type, __u32 max_entries) { const char *map_name = "insn_array"; -- 2.52.0
