diff options
author | Helge Deller | 2023-08-17 23:45:02 +0200 |
---|---|---|
committer | Helge Deller | 2023-08-22 10:24:47 +0200 |
commit | 4800a6215e335c6dade05e10c8fdbf919c04a3a7 (patch) | |
tree | f17f5ac2f565260556d364a013e834f62fa6593e | |
parent | 6b3cba375917494d5905c9b9c1ea2acdf73922e8 (diff) |
parisc: Wire up eBPF JIT compiler
Signed-off-by: Helge Deller <deller@gmx.de>
-rw-r--r-- | arch/parisc/Kbuild | 2 | ||||
-rw-r--r-- | arch/parisc/Kconfig | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/arch/parisc/Kbuild b/arch/parisc/Kbuild index a6d3b280ba0c..749b195f2894 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 3a257bca0878..dad281808ab5 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 |