mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 06:01:57 +00:00
parisc: Wire up eBPF JIT compiler
Signed-off-by: Helge Deller <deller@gmx.de>
This commit is contained in:
parent
6b3cba3759
commit
4800a6215e
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user