From: Helge Deller Date: Thu, 17 Aug 2023 21:45:02 +0000 (+0200) Subject: parisc: Wire up eBPF JIT compiler X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=4800a6215e335c6dade05e10c8fdbf919c04a3a7;p=linux.git parisc: Wire up eBPF JIT compiler Signed-off-by: Helge Deller --- diff --git a/arch/parisc/Kbuild b/arch/parisc/Kbuild index a6d3b280ba0c2..749b195f28947 100644 --- a/arch/parisc/Kbuild +++ b/arch/parisc/Kbuild @@ -1,5 +1,5 @@ # SPDX-License-Identifier: GPL-2.0-only -obj-y += mm/ kernel/ math-emu/ +obj-y += mm/ kernel/ math-emu/ net/ # for cleaning subdir- += boot diff --git a/arch/parisc/Kconfig b/arch/parisc/Kconfig index 3a257bca08780..dad281808ab50 100644 --- a/arch/parisc/Kconfig +++ b/arch/parisc/Kconfig @@ -59,6 +59,8 @@ config PARISC select HAVE_ARCH_KFENCE select HAVE_ARCH_SECCOMP_FILTER select HAVE_ARCH_TRACEHOOK + select HAVE_EBPF_JIT + select ARCH_WANT_DEFAULT_BPF_JIT select HAVE_REGS_AND_STACK_ACCESS_API select HOTPLUG_CORE_SYNC_DEAD if HOTPLUG_CPU select GENERIC_SCHED_CLOCK