Skip to content

Commit 66cad93

Browse files
Abhishek Dubeymaddy-kerneldev
authored andcommitted
selftest/bpf: Enable instruction array test for powerpc
With instruction array now supported, enable corresponding bpf selftest for powerpc. Signed-off-by: Abhishek Dubey <adubey@linux.ibm.com> Tested-by: Venkat Rao Bagalkote <venkat88@linux.ibm.com> Acked-by: Hari Bathini <hbathini@linux.ibm.com> Signed-off-by: Madhavan Srinivasan <maddy@linux.ibm.com> Link: https://patch.msgid.link/20260401152133.42544-3-adubey@linux.ibm.com
1 parent 1e4bac7 commit 66cad93

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/testing/selftests/bpf/prog_tests/bpf_insn_array.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#include <bpf/bpf.h>
44
#include <test_progs.h>
55

6-
#ifdef __x86_64__
6+
#if defined(__x86_64__) || defined(__powerpc__)
77
static int map_create(__u32 map_type, __u32 max_entries)
88
{
99
const char *map_name = "insn_array";

0 commit comments

Comments
 (0)