mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 02:30:34 +02:00 
			
		
		
		
	parisc: Wire up eBPF JIT compiler
Signed-off-by: Helge Deller <deller@gmx.de>
This commit is contained in:
		
							parent
							
								
									6b3cba3759
								
							
						
					
					
						commit
						4800a6215e
					
				
					 2 changed files with 3 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -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 a new issue