Skip to content

Commit e0fe568

Browse files
committed
powerpc/configs/64s: Select ARCH_WANT_DEFAULT_BPF_JIT
Tell the generic BPF code that the JIT should be enabled by default, rather than the interpreter. Most distros use CONFIG_BPF_JIT_ALWAYS_ON=y anyway, so this just updates upstream to more closely match that. Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://msgid.link/20230414132415.821564-7-mpe@ellerman.id.au
1 parent d892ed0 commit e0fe568

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

arch/powerpc/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ config PPC
164164
select ARCH_USE_CMPXCHG_LOCKREF if PPC64
165165
select ARCH_USE_MEMTEST
166166
select ARCH_USE_QUEUED_RWLOCKS if PPC_QUEUED_SPINLOCKS
167+
select ARCH_WANT_DEFAULT_BPF_JIT
167168
select ARCH_WANT_DEFAULT_TOPDOWN_MMAP_LAYOUT
168169
select ARCH_WANT_IPC_PARSE_VERSION
169170
select ARCH_WANT_IRQS_OFF_ACTIVATE_MM

0 commit comments

Comments
 (0)