From 4800a6215e335c6dade05e10c8fdbf919c04a3a7 Mon Sep 17 00:00:00 2001 From: Helge Deller Date: Thu, 17 Aug 2023 23:45:02 +0200 Subject: [PATCH] parisc: Wire up eBPF JIT compiler Signed-off-by: Helge Deller --- arch/parisc/Kbuild | 2 +- arch/parisc/Kconfig | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/arch/parisc/Kbuild b/arch/parisc/Kbuild index a6d3b28..749b195 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 3a257bc..dad2818 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 -- 2.7.4